Added proto for strtok_r.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -151,6 +151,10 @@ extern int state; | ... | @@ -151,6 +151,10 @@ extern int state; |
151 | extern volatile size_t children; | 151 | extern volatile size_t children; |
152 | extern int is_virtual; | 152 | extern int is_virtual; |
153 | 153 | ||
154 | #ifndef HAVE_STRTOK_R | ||
155 | extern char *strtok_r __P((char *s, const char *delim, char **save_ptr)); | ||
156 | #endif | ||
157 | |||
154 | /* Imap4 commands */ | 158 | /* Imap4 commands */ |
155 | extern int imap4d_append __P ((struct imap4d_command *, char *)); | 159 | extern int imap4d_append __P ((struct imap4d_command *, char *)); |
156 | extern int imap4d_append0 __P((mailbox_t mbox, int flags, char *text)); | 160 | extern int imap4d_append0 __P((mailbox_t mbox, int flags, char *text)); | ... | ... |
-
Please register or sign in to post a comment