diff options
author | Seth Alves <alves@src.gnome.org> | 2000-06-08 04:10:39 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-06-08 04:10:39 +0800 |
commit | d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5 (patch) | |
tree | 277e9c220ad872803efb8d4f89c656678b94e223 /calendar/cal-util/calobj.h | |
parent | b1e9135cab6f1e2a41437ba4e5885f95c93d1353 (diff) | |
download | gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.tar gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.tar.gz gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.tar.bz2 gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.tar.lz gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.tar.xz gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.tar.zst gsoc2013-evolution-d96e01691f8a3d7a5f6bf06505eba0f557bc4ed5.zip |
put this back in, it's still used in
* cal-util/calobj.c (ical_object_find_in_string): put this back in,
it's still used in cal-backend-imc.c:cal_backend_imc_update_object
svn path=/trunk/; revision=3466
Diffstat (limited to 'calendar/cal-util/calobj.h')
-rw-r--r-- | calendar/cal-util/calobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/cal-util/calobj.h b/calendar/cal-util/calobj.h index 9ac1964e7f..57514250e5 100644 --- a/calendar/cal-util/calobj.h +++ b/calendar/cal-util/calobj.h @@ -250,7 +250,7 @@ typedef enum { CAL_OBJ_FIND_NOT_FOUND } CalObjFindStatus; -//CalObjFindStatus ical_object_find_in_string (const char *uid, const char *vcalobj, iCalObject **ico); +CalObjFindStatus ical_object_find_in_string (const char *uid, const char *vcalobj, iCalObject **ico); char *ical_object_to_string (iCalObject *ico); |