aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-12 11:42:42 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-12 11:42:42 +0800
commit4430ec83ec3ae4770c08d74bd9434b694e7ee628 (patch)
tree30ca38f428619d52649150e90cad2ef64ad2f835 /camel/providers/imap/camel-imap-store.h
parent2a447586b3f32fc42c3032ec489a8660426c7eac (diff)
downloadgsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar
gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.gz
gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.bz2
gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.lz
gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.xz
gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.tar.zst
gsoc2013-evolution-4430ec83ec3ae4770c08d74bd9434b694e7ee628.zip
Changed param order a bit and fixed some logic
2000-08-11 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (camel_imap_command_continuation): Changed param order a bit and fixed some logic * providers/imap/camel-imap-folder.c (imap_append_message): Use the new multi-transactional convenience functions svn path=/trunk/; revision=4766
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r--camel/providers/imap/camel-imap-store.h2
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 ce572ff45d..678cf83a1d 100644
--- a/camel/providers/imap/camel-imap-store.h
+++ b/camel/providers/imap/camel-imap-store.h
@@ -88,7 +88,7 @@ gint camel_imap_command_extended (CamelImapStore *store, CamelFolder *folder, ch
/* multi-transactional commands... */
gint camel_imap_command_preliminary (CamelImapStore *store, char **ret, char **cmdid, char *fmt, ...);
-gint camel_imap_command_continuation (CamelImapStore *store, char *cmdid, char **ret, CamelStream *cstream);
+gint camel_imap_command_continuation (CamelImapStore *store, char **ret, char *cmdid, CamelStream *cstream);
/* Standard Camel function */
CamelType camel_imap_store_get_type (void);