Browse Source

Fix prototype

OPENBSD_2_0
tholo 28 years ago
parent
commit
08260143ad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/nl_types.h

+ 1
- 1
src/include/nl_types.h View File

@ -88,7 +88,7 @@ typedef struct {
typedef long nl_item;
extern nl_catd catopen __P((__const char *, int));
extern nl_catd catopen __P((const char *, int));
extern char *catgets __P((nl_catd, int, int, const char *));
extern int catclose __P((nl_catd));


Loading…
Cancel
Save