summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-07-29 18:21:17 +0000
committerbrian <brian@FreeBSD.org>1998-07-29 18:21:17 +0000
commit062b0dc0c31b27beb19089ccab0c79a93553e626 (patch)
treea61ac06ca3cf1a3d689caa96e7172b2c59b9426e /usr.sbin/ppp/bundle.h
parentf94774a6257a890eb5232ee32d5fe84886429977 (diff)
downloadFreeBSD-src-062b0dc0c31b27beb19089ccab0c79a93553e626.zip
FreeBSD-src-062b0dc0c31b27beb19089ccab0c79a93553e626.tar.gz
Allow an optional ``!'' in the open, dial & call commands.
When used, the redial timer is ignored and the modem is opened immediately.
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index 8887f182..9e90ec4 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bundle.h,v 1.9 1998/06/27 14:17:24 brian Exp $
+ * $Id: bundle.h,v 1.10 1998/07/28 21:54:51 brian Exp $
*/
#define PHASE_DEAD 0 /* Link is dead */
@@ -142,7 +142,7 @@ extern int bundle_SetRoute(struct bundle *, int, struct in_addr,
struct in_addr, struct in_addr, int, int);
extern void bundle_Close(struct bundle *, const char *, int);
extern void bundle_Down(struct bundle *, int);
-extern void bundle_Open(struct bundle *, const char *, int);
+extern void bundle_Open(struct bundle *, const char *, int, int);
extern void bundle_LinkClosed(struct bundle *, struct datalink *);
extern int bundle_FillQueues(struct bundle *);
OpenPOWER on IntegriCloud