diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-05-08 05:50:07 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-05-08 05:50:07 +0000 |
| commit | da8f43d1fccac244520b8fa56ef6911e25074351 (patch) | |
| tree | 89856d460defe5587f117f76ce54a77bddc6c61e /include/nl_types.h | |
| parent | b55099e93d042a5cb73f6ade942d523681c388af (diff) | |
Notes
Diffstat (limited to 'include/nl_types.h')
| -rw-r--r-- | include/nl_types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/nl_types.h b/include/nl_types.h index a90bd17bb7f6..e2e686327006 100644 --- a/include/nl_types.h +++ b/include/nl_types.h @@ -1,4 +1,4 @@ -/* $Id: nl_types.h,v 1.4 1997/02/23 09:17:14 peter Exp $ */ +/* $Id: nl_types.h,v 1.5 1998/04/30 10:09:58 ache Exp $ */ /*********************************************************** Copyright 1990, by Alfalfa Software Incorporated, Cambridge, Massachusetts. @@ -42,8 +42,10 @@ up-to-date. Many thanks. 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)); +__END_DECLS #endif /* _NL_TYPES_H_ */ |
