diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/netconfig.h | 2 |
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 *)); |