projects
/
mutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8f40a
)
Fix syntax error for strtok_r compatitility prototype
author
Ralf Wildenhues
<wildenhues@ins.uni-bonn.de>
Fri, 4 Jul 2008 07:09:43 +0000
(09:09 +0200)
committer
Ralf Wildenhues
<wildenhues@ins.uni-bonn.de>
Fri, 4 Jul 2008 07:09:43 +0000
(09:09 +0200)
protos.h
patch
|
blob
|
history
diff --git
a/protos.h
b/protos.h
index 99a0e707aff908137e6c1587ea526bdba9736720..d98a16876f3cdff96e7ac33244c31c47ebe8ac7a 100644
(file)
--- a/
protos.h
+++ b/
protos.h
@@
-543,6
+543,6
@@
char *strsep (char **, const char *);
#endif
#ifndef HAVE_STRTOK_R
-char *strtok_r (char *, const char *, char **)
+char *strtok_r (char *, const char *, char **)
;
#endif