Commit 1db967b3 1db967b331bf413b63e840ae12012539d232dd72 by Sergey Poznyakoff

(fetch_flags0): New prototype.

1 parent 005a6ebe
...@@ -186,6 +186,9 @@ extern int imap4d_uid __P ((struct imap4d_command *, char *)); ...@@ -186,6 +186,9 @@ extern int imap4d_uid __P ((struct imap4d_command *, char *));
186 extern int imap4d_unsubscribe __P ((struct imap4d_command *, char *)); 186 extern int imap4d_unsubscribe __P ((struct imap4d_command *, char *));
187 extern int imap4d_namespace __P ((struct imap4d_command *, char *)); 187 extern int imap4d_namespace __P ((struct imap4d_command *, char *));
188 188
189 /* Shared between fetch and store */
190 extern void fetch_flags0 (const char *prefix, message_t msg, int isuid);
191
189 /* Synchronisation on simultaneous access. */ 192 /* Synchronisation on simultaneous access. */
190 extern int imap4d_sync __P ((void)); 193 extern int imap4d_sync __P ((void));
191 extern int imap4d_sync_flags __P ((size_t)); 194 extern int imap4d_sync_flags __P ((size_t));
......