From: tholo Date: Sun, 15 Sep 1996 08:09:48 +0000 (+0000) Subject: Fix prototype X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f2a2eac22c38f9daef82402a9240d4d97055db8c;p=openbsd Fix prototype --- 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));