diff options
author | JP Rosevear <jpr@ximian.com> | 2001-08-20 21:24:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-08-20 21:24:25 +0800 |
commit | 1892a4df857e4f1c236c108b685ffe7d87e85cee (patch) | |
tree | eda9411718223d25c6f411e60ea25635d6f06f4a /addressbook/conduit/address-conduit.h | |
parent | 85f3f150b2b57a691357af4f2420f174d127c340 (diff) | |
download | gsoc2013-evolution-1892a4df857e4f1c236c108b685ffe7d87e85cee.tar gsoc2013-evolution-1892a4df857e4f1c236c108b685ffe7d87e85cee.tar.gz gsoc2013-evolution-1892a4df857e4f1c236c108b685ffe7d87e85cee.tar.bz2 gsoc2013-evolution-1892a4df857e4f1c236c108b685ffe7d87e85cee.tar.lz gsoc2013-evolution-1892a4df857e4f1c236c108b685ffe7d87e85cee.tar.xz gsoc2013-evolution-1892a4df857e4f1c236c108b685ffe7d87e85cee.tar.zst gsoc2013-evolution-1892a4df857e4f1c236c108b685ffe7d87e85cee.zip |
fix warnings, get compiling again
2001-08-20 JP Rosevear <jpr@ximian.com>
* conduit/address-conduit.c: fix warnings, get compiling again
* conduit/address-conduit-config.h: remove c/p typos
* conduit/address-conduit.h: ditto
* conduit/Makefile.am: link against the static camel
svn path=/trunk/; revision=12288
Diffstat (limited to 'addressbook/conduit/address-conduit.h')
-rw-r--r-- | addressbook/conduit/address-conduit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addressbook/conduit/address-conduit.h b/addressbook/conduit/address-conduit.h index 9075957e90..ea5fc12378 100644 --- a/addressbook/conduit/address-conduit.h +++ b/addressbook/conduit/address-conduit.h @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* Evolution calendar - ToDo Conduit Capplet +/* Evolution calendar - Addressbook Conduit Capplet * * Copyright (C) 1998 Free Software Foundation * Copyright (C) 2000 Ximian, Inc. @@ -34,7 +34,7 @@ #include <gpilotd/gnome-pilot-conduit-sync-abs.h> #include <e-pilot-map.h> -/* This is the local record structure for the Evolution ToDo conduit. */ +/* This is the local record structure for the Evolution Addressbook conduit. */ typedef struct _EAddrLocalRecord EAddrLocalRecord; struct _EAddrLocalRecord { /* The stuff from gnome-pilot-conduit-standard-abs.h @@ -46,7 +46,7 @@ struct _EAddrLocalRecord { /* The corresponding ECard object */ ECard *ecard; - /* pilot-link todo structure, used for implementing Transmit. */ + /* pilot-link address structure, used for implementing Transmit. */ struct Address *addr; }; @@ -68,7 +68,7 @@ struct _EAddrConduitContext { EPilotMap *map; }; -#endif __ADDR_CONDUIT_H__ +#endif /* __ADDR_CONDUIT_H__ */ |