diff options
author | JP Rosevear <jpr@src.gnome.org> | 2003-03-05 03:52:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-03-05 03:52:37 +0800 |
commit | 6b4c3984d52cfbf88ae84ee0102f4aa0c17a2a62 (patch) | |
tree | bba07b5f28966c10a90de8f550af895014b0b9bb /calendar/gui/comp-util.h | |
parent | cd4477930e72b1be069d5c97b90d96e989645bfc (diff) | |
download | gsoc2013-evolution-6b4c3984d52cfbf88ae84ee0102f4aa0c17a2a62.tar.gz gsoc2013-evolution-6b4c3984d52cfbf88ae84ee0102f4aa0c17a2a62.tar.zst gsoc2013-evolution-6b4c3984d52cfbf88ae84ee0102f4aa0c17a2a62.zip |
If only the pipe wouldn't break.
svn path=/trunk/; revision=20143
Diffstat (limited to 'calendar/gui/comp-util.h')
-rw-r--r-- | calendar/gui/comp-util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/comp-util.h b/calendar/gui/comp-util.h index de5e9d5336..c3326fbaa3 100644 --- a/calendar/gui/comp-util.h +++ b/calendar/gui/comp-util.h @@ -39,6 +39,7 @@ gboolean cal_comp_util_compare_event_timezones (CalComponent *comp, gboolean cal_comp_is_on_server (CalComponent *comp, CalClient *client); -CalComponent *cal_comp_event_new_with_defaults (void); +CalComponent *cal_comp_event_new_with_defaults (CalClient *client); +CalComponent *cal_comp_task_new_with_defaults (CalClient *client); #endif |