diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-28 05:57:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-28 05:57:41 +0800 |
commit | d8c5c9136dbbb3e42f14701bdcadceab40d5171f (patch) | |
tree | 8b97429f2b75ff473e49fc9552469ccc8d559428 /camel/providers/imap/camel-imap-store.h | |
parent | d206a2e89b5efb9373e3a99cf4cb28fd04986a8a (diff) | |
download | gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.gz gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.zst gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.zip |
Ripped out camel_imap_command_get_additional_data() from camel-imap-store and implemented a number of methods in camel-imap-folder
svn path=/trunk/; revision=3233
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r-- | camel/providers/imap/camel-imap-store.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h index 970461582b..fc6ac9b61c 100644 --- a/camel/providers/imap/camel-imap-store.h +++ b/camel/providers/imap/camel-imap-store.h @@ -68,8 +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_get_additional_data (CamelImapStore *store, - CamelException *ex); +gchar *camel_imap_command_extended (CamelImapStore *store, char **ret, char *fmt, ...); /* Standard Gtk function */ GtkType camel_imap_store_get_type (void); |