X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=7b15c39577ae56e80919893173c64692ab9f90df;hb=16d53c1e2eeb81080b1a4bf644fed0e24e27fd99;hp=6baaebcbec65baf77bda958b6d5a1244dbc155d4;hpb=52a17b6d41d64d0502a73e5b4224546360581b49;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 6baaebc..7b15c39 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pppd.h,v 1.55 2000/06/30 04:54:22 paulus Exp $ + * $Id: pppd.h,v 1.56 2000/07/06 11:17:03 paulus Exp $ */ /* @@ -199,6 +199,7 @@ extern struct notifier *pidchange; /* for notifications of pid changing */ extern struct notifier *phasechange; /* for notifications of phase changes */ extern struct notifier *exitnotify; /* for notification that we're exiting */ extern struct notifier *sigreceived; /* notification of received signal */ +extern int listen_time; /* time to listen first (ms) */ /* Values for do_callback and doing_callback */ #define CALLBACK_DIALIN 1 /* we are expecting the call back */ @@ -355,6 +356,8 @@ void notify __P((struct notifier *, int)); /* Procedures exported from tty.c. */ void tty_init __P((void)); +void tty_device_check __P((void)); +void tty_check_options __P((void)); int connect_tty __P((void)); void disconnect_tty __P((void)); void tty_close_fds __P((void));