Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c93748fc
...
c93748fc6314f61e451a74ddeb87c900014d01b8
authored
2001-10-17 09:58:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added proto for strtok_r.
1 parent
b4d38a25
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
c93748f
...
...
@@ -151,6 +151,10 @@ extern int state;
extern
volatile
size_t
children
;
extern
int
is_virtual
;
#ifndef HAVE_STRTOK_R
extern
char
*
strtok_r
__P
((
char
*
s
,
const
char
*
delim
,
char
**
save_ptr
));
#endif
/* Imap4 commands */
extern
int
imap4d_append
__P
((
struct
imap4d_command
*
,
char
*
));
extern
int
imap4d_append0
__P
((
mailbox_t
mbox
,
int
flags
,
char
*
text
));
...
...
Please
register
or
sign in
to post a comment