summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chat.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-10-25 13:49:44 +0000
committerbrian <brian@FreeBSD.org>1999-10-25 13:49:44 +0000
commitfaf44b90cf2e4d2d75fff652e8cb0061ebab8994 (patch)
treeb36fb5cffe5612b95ee430fdf57bd17fca7266f3 /usr.sbin/ppp/chat.h
parent6d6b73fcc1ed1fbea8e5b101a078ef2894fd5c1b (diff)
downloadFreeBSD-src-faf44b90cf2e4d2d75fff652e8cb0061ebab8994.zip
FreeBSD-src-faf44b90cf2e4d2d75fff652e8cb0061ebab8994.tar.gz
Introduce ``set logout''; another chat script. This is in preparation
for the abstraction of ``set dial'' and ``set hangup''.
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