proto for imap4d_bye0()
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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)); | ... | ... |
-
Please register or sign in to post a comment