imap_(append|fetch)_message are private to the imap module for real
authorPierre Habouzit <madcoder@debian.org>
Sat, 12 Jan 2008 14:23:24 +0000 (15:23 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sat, 12 Jan 2008 14:23:24 +0000 (15:23 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
imap/imap.h
imap/message.h

index 29a2454..b92fb39 100644 (file)
@@ -45,9 +45,7 @@ int imap_mailbox_create (const char *folder);
 int imap_mailbox_rename (const char *mailbox);
 
 /* message.c */
 int imap_mailbox_rename (const char *mailbox);
 
 /* message.c */
-int imap_append_message (CONTEXT * ctx, MESSAGE * msg);
 int imap_copy_messages (CONTEXT * ctx, HEADER * h, char *dest, int delete);
 int imap_copy_messages (CONTEXT * ctx, HEADER * h, char *dest, int delete);
-int imap_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno);
 
 /* socket.c */
 void imap_logout_all (void);
 
 /* socket.c */
 void imap_logout_all (void);
index 5657deb..77e9464 100644 (file)
@@ -39,4 +39,7 @@ typedef struct {
 /* -- macros -- */
 #define HEADER_DATA(ph) ((IMAP_HEADER_DATA*) ((ph)->data))
 
 /* -- macros -- */
 #define HEADER_DATA(ph) ((IMAP_HEADER_DATA*) ((ph)->data))
 
+int imap_append_message (CONTEXT * ctx, MESSAGE * msg);
+int imap_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno);
+
 #endif /* MESSAGE_H */
 #endif /* MESSAGE_H */