Commit ddde71e7 ddde71e702e3fa85973ae5fe8bd21bacabffba67 by Sergey Poznyakoff

(imap4d_version): New function.

1 parent 09a11515
...@@ -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);
......