diff options
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r-- | usr.sbin/ppp/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index 7d3e846dc39..afeeeb95130 100644 --- a/usr.sbin/ppp/defs.h +++ b/usr.sbin/ppp/defs.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: defs.h,v 1.1 1997/11/23 20:27:33 brian Exp $ + * $Id: defs.h,v 1.2 1997/12/27 13:45:19 brian Exp $ * * TODO: */ @@ -92,4 +92,4 @@ extern void SetLabel(const char *); extern const char *GetLabel(void); extern void randinit(void); extern int GetShortHost(void); -extern void DropClient(void); +extern void DropClient(int); |