(imap4d_version): New function.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -185,6 +185,7 @@ extern int imap4d_subscribe __P ((struct imap4d_command *, char *)); | ... | @@ -185,6 +185,7 @@ extern int imap4d_subscribe __P ((struct imap4d_command *, char *)); |
185 | extern int imap4d_uid __P ((struct imap4d_command *, char *)); | 185 | 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 | extern int imap4d_version __P ((struct imap4d_command *, char *)); | ||
188 | 189 | ||
189 | /* Shared between fetch and store */ | 190 | /* Shared between fetch and store */ |
190 | extern void fetch_flags0 (const char *prefix, message_t msg, int isuid); | 191 | extern void fetch_flags0 (const char *prefix, message_t msg, int isuid); | ... | ... |
-
Please register or sign in to post a comment