(fetch_flags0): New prototype.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -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)); | ... | ... |
-
Please register or sign in to post a comment