aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/todo/todo-conduit.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-09-11 14:09:17 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-09-11 14:09:17 +0800
commitddda42d79085ffed2a420ea725bd54627b97c095 (patch)
treeff6e083cde5413eb6646d710802ffbe2e9150107 /calendar/conduits/todo/todo-conduit.h
parent96dd48e14197475d89cd23fdc97abf96ad3b5ed4 (diff)
downloadgsoc2013-evolution-ddda42d79085ffed2a420ea725bd54627b97c095.tar
gsoc2013-evolution-ddda42d79085ffed2a420ea725bd54627b97c095.tar.gz
gsoc2013-evolution-ddda42d79085ffed2a420ea725bd54627b97c095.tar.bz2
gsoc2013-evolution-ddda42d79085ffed2a420ea725bd54627b97c095.tar.lz
gsoc2013-evolution-ddda42d79085ffed2a420ea725bd54627b97c095.tar.xz
gsoc2013-evolution-ddda42d79085ffed2a420ea725bd54627b97c095.tar.zst
gsoc2013-evolution-ddda42d79085ffed2a420ea725bd54627b97c095.zip
Handle renaming, header cleanup
2000-09-11 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.c: Handle renaming, header cleanup * conduits/todo/todo-conduit.h: Rename GCalLocalRecord to EToDoLocalRecord, header cleanup svn path=/trunk/; revision=5312
Diffstat (limited to 'calendar/conduits/todo/todo-conduit.h')
-rw-r--r--calendar/conduits/todo/todo-conduit.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/calendar/conduits/todo/todo-conduit.h b/calendar/conduits/todo/todo-conduit.h
index e87141e4b1..5cef98d5e4 100644
--- a/calendar/conduits/todo/todo-conduit.h
+++ b/calendar/conduits/todo/todo-conduit.h
@@ -11,21 +11,18 @@
#include <gpilotd/gnome-pilot-conduit.h>
#include <gpilotd/gnome-pilot-conduit-standard-abs.h>
#include <cal-client/cal-client.h>
-#include <cal-util/timeutil.h>
-#include <liboaf/liboaf.h>
-#include <libgnorba/gnorba.h>
-/* This is the local record structure for the GnomeCal conduit. */
-typedef struct _GCalLocalRecord GCalLocalRecord;
-struct _GCalLocalRecord {
+/* This is the local record structure for the Evolution ToDo conduit. */
+typedef struct _EToDoLocalRecord EToDoLocalRecord;
+struct _EToDoLocalRecord {
/* The stuff from gnome-pilot-conduit-standard-abs.h
Must be first in the structure, or instances of this
structure cannot be used by gnome-pilot-conduit-standard-abs.
*/
LocalRecord local;
- /* The corresponding Comp object, as found by GnomeCal. */
+ /* The corresponding Comp object */
CalComponent *comp;
/* pilot-link todo structure, used for implementing Transmit. */