aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor-util.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-05-27 23:27:47 +0800
committerMilan Crha <mcrha@redhat.com>2010-05-27 23:27:47 +0800
commitc98ff48755c6a0bdd1005e9427d184385a4999b8 (patch)
tree012149825495a1d43f48aed21fb22668cbeb03a2 /calendar/gui/dialogs/comp-editor-util.h
parent7f51095908ab0332ca2722beceffbcb123eefc1c (diff)
downloadgsoc2013-evolution-c98ff48755c6a0bdd1005e9427d184385a4999b8.tar
gsoc2013-evolution-c98ff48755c6a0bdd1005e9427d184385a4999b8.tar.gz
gsoc2013-evolution-c98ff48755c6a0bdd1005e9427d184385a4999b8.tar.bz2
gsoc2013-evolution-c98ff48755c6a0bdd1005e9427d184385a4999b8.tar.lz
gsoc2013-evolution-c98ff48755c6a0bdd1005e9427d184385a4999b8.tar.xz
gsoc2013-evolution-c98ff48755c6a0bdd1005e9427d184385a4999b8.tar.zst
gsoc2013-evolution-c98ff48755c6a0bdd1005e9427d184385a4999b8.zip
Bug #248105 - No warning if you create an appointment in the past
Diffstat (limited to 'calendar/gui/dialogs/comp-editor-util.h')
-rw-r--r--calendar/gui/dialogs/comp-editor-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/comp-editor-util.h b/calendar/gui/dialogs/comp-editor-util.h
index 6eeb8c5410..6ebe4735d1 100644
--- a/calendar/gui/dialogs/comp-editor-util.h
+++ b/calendar/gui/dialogs/comp-editor-util.h
@@ -47,4 +47,6 @@ void comp_editor_copy_new_attendees (ECalComponent *des, ECalComponent *src);
gboolean comp_editor_have_in_new_attendees (ECalComponent *comp, EMeetingAttendee *ma);
gboolean comp_editor_have_in_new_attendees_lst (const GSList *new_attendees, const gchar *eml);
+gboolean comp_editor_test_time_in_the_past (const struct icaltimetype time_tt);
+
#endif