artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c7eb5
)
Fix prototype
author
tholo
<tholo@openbsd.org>
Sun, 15 Sep 1996 08:09:48 +0000
(08:09 +0000)
committer
tholo
<tholo@openbsd.org>
Sun, 15 Sep 1996 08:09:48 +0000
(08:09 +0000)
include/nl_types.h
patch
|
blob
|
history
diff --git
a/include/nl_types.h
b/include/nl_types.h
index
8ae1baa
..
2cdea26
100644
(file)
--- a/
include/nl_types.h
+++ b/
include/nl_types.h
@@
-88,7
+88,7
@@
typedef struct {
typedef long nl_item;
-extern nl_catd catopen __P((
__
const char *, int));
+extern nl_catd catopen __P((const char *, int));
extern char *catgets __P((nl_catd, int, int, const char *));
extern int catclose __P((nl_catd));