summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/chat.h')
-rw-r--r--usr.sbin/ppp/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chat.h b/usr.sbin/ppp/chat.h
index 0356627..90d625d 100644
--- a/usr.sbin/ppp/chat.h
+++ b/usr.sbin/ppp/chat.h
@@ -76,6 +76,6 @@ struct chat {
((d)->type == CHAT_DESCRIPTOR ? (struct chat *)(d) : NULL)
#define VECSIZE(v) (sizeof(v) / sizeof(v[0]))
-extern void chat_Init(struct chat *, struct physical *, const char *, int,
+extern void chat_Init(struct chat *, struct physical *, const char *,
const char *);
extern void chat_Destroy(struct chat *);
OpenPOWER on IntegriCloud