X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.h;h=a51c99c80418616e1c4847e3571b227f97b27d1f;hp=04c3ff9a8c794e4bf75366b473eebecf8723ee12;hb=c1d7b083dc15423cae75be3c8b50a9a35aceac21;hpb=4426185a13df05984b8827e786966ed1b1408e4e;ds=sidebyside diff --git a/pppd/pppd.h b/pppd/pppd.h index 04c3ff9..a51c99c 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.35 1999/03/24 05:05:25 paulus Exp $ + * $Id: pppd.h,v 1.36 1999/03/30 06:33:09 paulus Exp $ */ /* @@ -181,6 +181,7 @@ extern int idle_time_limit;/* Shut down link if idle for this long */ extern int holdoff; /* Dead time before restarting */ extern bool notty; /* Stdin/out is not a tty */ extern char *record_file; /* File to record chars sent/received */ +extern bool sync_serial; /* Device is synchronous serial device */ #ifdef PPP_FILTER extern struct bpf_program pass_filter; /* Filter for pkts to pass */