Commit c2efce5e c2efce5e3991890c028397d5c38dc04f194490b0 by Sergey Poznyakoff

proto for imap4d_bye0()

1 parent 3fb7b236
...@@ -193,6 +193,7 @@ extern size_t uid_to_msgno __P ((size_t)); ...@@ -193,6 +193,7 @@ extern size_t uid_to_msgno __P ((size_t));
193 extern RETSIGTYPE imap4d_sigchld __P ((int)); 193 extern RETSIGTYPE imap4d_sigchld __P ((int));
194 extern RETSIGTYPE imap4d_signal __P ((int)); 194 extern RETSIGTYPE imap4d_signal __P ((int));
195 extern int imap4d_bye __P ((int)); 195 extern int imap4d_bye __P ((int));
196 extern int imap4d_bye0 __P ((int reason, struct imap4d_command *command));
196 197
197 /* Namespace functions */ 198 /* Namespace functions */
198 extern int set_namespace __P((int i, char *str)); 199 extern int set_namespace __P((int i, char *str));
......