Browse Source

__BEGIN_DECLS/__END_DECLS

OPENBSD_2_2
deraadt 27 years ago
parent
commit
891bc97c7e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/include/nl_types.h

+ 2
- 0
src/include/nl_types.h View File

@ -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_ */

Loading…
Cancel
Save