X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=c997f81fdd3305e50624fcbe10c5a2992a1ad677;hb=52e781b87df66bd5a4eb075791f4d91604016144;hp=a51c99c80418616e1c4847e3571b227f97b27d1f;hpb=c1d7b083dc15423cae75be3c8b50a9a35aceac21;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index a51c99c..c997f81 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.36 1999/03/30 06:33:09 paulus Exp $ + * $Id: pppd.h,v 1.37 1999/03/31 05:39:43 paulus Exp $ */ /* @@ -285,6 +285,7 @@ void notice __P((char *, ...)); /* log a notice-level message */ void warn __P((char *, ...)); /* log a warning message */ void error __P((char *, ...)); /* log an error message */ void fatal __P((char *, ...)); /* log an error message and die(1) */ +void reopen_log __P((void)); /* (re)open the connection to syslog */ /* Procedures exported from auth.c */ void link_required __P((int)); /* we are starting to use the link */