summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-10-19 15:21:09 +0000
committerbrian <brian@FreeBSD.org>1999-10-19 15:21:09 +0000
commit39e862702cb354c8fc1e7409caac87dbe04262b6 (patch)
treeba173d916e21466c26e400811308058ee15e4c7c /usr.sbin/ppp/bundle.h
parentcaa1d925297044819d7dd7fd4dbc629042fc4d0f (diff)
downloadFreeBSD-src-39e862702cb354c8fc1e7409caac87dbe04262b6.zip
FreeBSD-src-39e862702cb354c8fc1e7409caac87dbe04262b6.tar.gz
Add the -unit command line switch for specifying the tun device.
Warn about -alias being depricated (but still allow it). Don't moan twice about failing to open any tun device. Fix a diagnostic and add the -quiet switch to the usage message.
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index 7e3f607..b2e59ce 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -142,7 +142,7 @@ struct bundle {
#define descriptor2bundle(d) \
((d)->type == BUNDLE_DESCRIPTOR ? (struct bundle *)(d) : NULL)
-extern struct bundle *bundle_Create(const char *, int, const char **);
+extern struct bundle *bundle_Create(const char *, int, int, const char **);
extern void bundle_Destroy(struct bundle *);
extern const char *bundle_PhaseName(struct bundle *);
#define bundle_Phase(b) ((b)->phase)
OpenPOWER on IntegriCloud