summaryrefslogtreecommitdiffstats
path: root/include/netconfig.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-03-27 09:43:09 +0000
committeralfred <alfred@FreeBSD.org>2001-03-27 09:43:09 +0000
commit1b69226cd64ea455736d76497846e016d6fcf977 (patch)
tree62617bcb1446b8b96fe0b405a082de9273b2342a /include/netconfig.h
parentd7aebcb4f6cdb92ab409d241084c72f1a8acc250 (diff)
downloadFreeBSD-src-1b69226cd64ea455736d76497846e016d6fcf977.zip
FreeBSD-src-1b69226cd64ea455736d76497846e016d6fcf977.tar.gz
const'ify
Diffstat (limited to 'include/netconfig.h')
-rw-r--r--include/netconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netconfig.h b/include/netconfig.h
index 330a5ee..491a3ff 100644
--- a/include/netconfig.h
+++ b/include/netconfig.h
@@ -81,7 +81,7 @@ typedef struct {
__BEGIN_DECLS
void *setnetconfig __P((void));
struct netconfig *getnetconfig __P((void *));
-struct netconfig *getnetconfigent __P((char *));
+struct netconfig *getnetconfigent __P((const char *));
void freenetconfigent __P((struct netconfig *));
int endnetconfig __P((void *));
OpenPOWER on IntegriCloud