aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-06-08 04:10:39 +0800
committerSeth Alves <alves@src.gnome.org>2000-06-08 04:10:39 +0800
commitd96e01691f8a3d7a5f6bf06505eba0f557bc4ed5 (patch)
tree277e9c220ad872803efb8d4f89c656678b94e223 /calendar/cal-util
parentb1e9135cab6f1e2a41437ba4e5885f95c93d1353 (diff)
downloadgsoc2013-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')
-rw-r--r--calendar/cal-util/calobj.c3
-rw-r--r--calendar/cal-util/calobj.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/calendar/cal-util/calobj.c b/calendar/cal-util/calobj.c
index 8c87aafe32..8addf8d9f6 100644
--- a/calendar/cal-util/calobj.c
+++ b/calendar/cal-util/calobj.c
@@ -1554,7 +1554,6 @@ alarm_compute_offset (CalendarAlarm *a)
}
-#if 0
/**
* ical_object_find_in_string:
* @uid: Unique identifier of the sought object.
@@ -1677,7 +1676,7 @@ ical_object_find_in_string (const char *uid, const char *vcalobj, iCalObject **i
return status;
#endif /* 0 */
}
-#endif /* 0 */
+
#if 0
/* Creates a VObject with the base information of a calendar */
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);