summaryrefslogtreecommitdiff
path: root/include/nl_types.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-23 17:24:55 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-23 17:24:55 +0000
commitbb28f3c29b4c91af1b0e79e456294bb08735648a (patch)
treeb4ea687a7ecac173665d9f3a8a858a98631f494e /include/nl_types.h
parent194788fafcb927f0affa1a56e21a1e8373f81f9c (diff)
downloadsrc-test2-bb28f3c29b4c91af1b0e79e456294bb08735648a.tar.gz
src-test2-bb28f3c29b4c91af1b0e79e456294bb08735648a.zip
Notes
Diffstat (limited to 'include/nl_types.h')
-rw-r--r--include/nl_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/nl_types.h b/include/nl_types.h
index 7691b14e6933..afd7f9f5f824 100644
--- a/include/nl_types.h
+++ b/include/nl_types.h
@@ -43,9 +43,9 @@ typedef int nl_item;
typedef void *nl_catd;
__BEGIN_DECLS
-extern nl_catd catopen __P((__const char *, int));
-extern char *catgets __P((nl_catd, int, int, __const char *));
-extern int catclose __P((nl_catd));
+extern nl_catd catopen(__const char *, int);
+extern char *catgets(nl_catd, int, int, __const char *);
+extern int catclose(nl_catd);
__END_DECLS
#endif /* _NL_TYPES_H_ */