From f2a2eac22c38f9daef82402a9240d4d97055db8c Mon Sep 17 00:00:00 2001 From: tholo Date: Sun, 15 Sep 1996 08:09:48 +0000 Subject: [PATCH] Fix prototype --- include/nl_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nl_types.h b/include/nl_types.h index 8ae1baadf33..2cdea261384 100644 --- a/include/nl_types.h +++ b/include/nl_types.h @@ -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)); -- 2.20.1