summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/async.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-03-04 10:08:57 +0000
committerbrian <brian@FreeBSD.org>2002-03-04 10:08:57 +0000
commite1efcab9b5847e4fa82fa989cc0697882db3d656 (patch)
treec30e451aefcf8467bb77753419c539736de5a4f9 /usr.sbin/ppp/async.h
parent59a679ac31786ba8a42bdd9b7e88791fa59c4628 (diff)
downloadFreeBSD-src-e1efcab9b5847e4fa82fa989cc0697882db3d656.zip
FreeBSD-src-e1efcab9b5847e4fa82fa989cc0697882db3d656.tar.gz
Don't blow away ``set escape'' settings when we've completed the
login phase. Just initialise the correct parts. Originially submitted by: Vladimir B. Machulsky <bofhmail@yahoo.com>
Diffstat (limited to 'usr.sbin/ppp/async.h')
-rw-r--r--usr.sbin/ppp/async.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/async.h b/usr.sbin/ppp/async.h
index 33c68a5..dd1eea3 100644
--- a/usr.sbin/ppp/async.h
+++ b/usr.sbin/ppp/async.h
@@ -47,6 +47,7 @@ struct physical;
struct bundle;
extern void async_Init(struct async *);
+extern void async_Setup(struct async *);
extern void async_SetLinkParams(struct async *, struct lcp *);
extern struct layer asynclayer;
OpenPOWER on IntegriCloud