aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/async.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-03-04 10:08:57 +0000
committerBrian Somers <brian@FreeBSD.org>2002-03-04 10:08:57 +0000
commitea59de37336bda3c726b96819b4ae2541821ba93 (patch)
treec30e451aefcf8467bb77753419c539736de5a4f9 /usr.sbin/ppp/async.h
parent2291a8f3be9ba02529ba6f459a83c3d8d48e83ad (diff)
downloadsrc-ea59de37336bda3c726b96819b4ae2541821ba93.tar.gz
src-ea59de37336bda3c726b96819b4ae2541821ba93.zip
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>
Notes
Notes: svn path=/head/; revision=91623
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 33c68a5953f1..dd1eea31edae 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;