summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 08:52:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 08:52:17 +0000
commitb4ea80f78bc8888efb2d685adf6ac0598cb71eb1 (patch)
treec2752b51cedca09a39bc22c8f182d5ca429d395d /include
parent83ccbfcccea6ba276f042ca94757dc463538ae92 (diff)
__BEGIN_DECLS/__END_DECLS
Diffstat (limited to 'include')
-rw-r--r--include/nl_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nl_types.h b/include/nl_types.h
index ff9002fa8a9..28d218b4832 100644
--- a/include/nl_types.h
+++ b/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_ */