diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-07 02:55:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-07 02:55:45 +0800 |
commit | c1aac7c40cf831bfcc8c15fe2881666395754ae1 (patch) | |
tree | 084cd0e2beb4be27657aa9a55c83dc2359ccc669 /camel/providers/imap/camel-imap-store.h | |
parent | ae33d3f67e77c5182dec21c388605b4a4ae48e51 (diff) | |
download | gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.gz gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.zst gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.zip |
worked on getting providers/imap/* to build cleanly, fixed a number of stupid errors and things like that
am commit'ing code since there are some volunteers that would like to work on imap
svn path=/trunk/; revision=3440
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r-- | camel/providers/imap/camel-imap-store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h index fc6ac9b61c..5ea6eca09e 100644 --- a/camel/providers/imap/camel-imap-store.h +++ b/camel/providers/imap/camel-imap-store.h @@ -68,7 +68,7 @@ void camel_imap_store_close (CamelImapStore *store, gboolean expunge, enum { CAMEL_IMAP_OK, CAMEL_IMAP_ERR, CAMEL_IMAP_FAIL }; gint camel_imap_command (CamelImapStore *store, char **ret, char *fmt, ...); -gchar *camel_imap_command_extended (CamelImapStore *store, char **ret, char *fmt, ...); +gint camel_imap_command_extended (CamelImapStore *store, char **ret, char *fmt, ...); /* Standard Gtk function */ GtkType camel_imap_store_get_type (void); |