summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/pppd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd/pppd.h')
-rw-r--r--cpukit/pppd/pppd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/pppd/pppd.h b/cpukit/pppd/pppd.h
index 7c12e38ae5..274eb07176 100644
--- a/cpukit/pppd/pppd.h
+++ b/cpukit/pppd/pppd.h
@@ -86,8 +86,8 @@ extern u_int32_t netmask; /* IP netmask to set on interface */
extern int lockflag; /* Create lock file to lock the serial dev */
extern int nodetach; /* Don't detach from controlling tty */
extern char *connector[]; /* Script to establish physical link */
-extern char *disconnector[]; /* Script to disestablish physical link */
-extern char *welcomer[]; /* Script to welcome client after connection */
+extern char **disconnector; /* Script to disestablish physical link */
+extern char **welcomer; /* Script to welcome client after connection */
extern int maxconnect; /* Maximum connect time (seconds) */
extern char user[]; /* Our name for authenticating ourselves */
extern char passwd[]; /* Password for PAP */