From 891bc97c7efbf959efa61fa6207044cbef12ef63 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 17 Jul 1997 08:52:16 +0000 Subject: [PATCH] __BEGIN_DECLS/__END_DECLS --- src/include/nl_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/nl_types.h b/src/include/nl_types.h index ff9002fa..28d218b4 100644 --- a/src/include/nl_types.h +++ b/src/include/nl_types.h @@ -88,8 +88,10 @@ typedef struct _nl_catd { typedef long nl_item; +__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_ */