diff options
author | brian <brian@FreeBSD.org> | 1997-11-18 00:19:34 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-11-18 00:19:34 +0000 |
commit | cb499269d89363f5b47627aad82a37b8f36ac63a (patch) | |
tree | 8d11e83ce6bce73dbb26bf984481b05216d51362 /usr.sbin/ppp/defs.h | |
parent | d692b6bcbf874acd8affe479218c0899ede298db (diff) | |
download | FreeBSD-src-cb499269d89363f5b47627aad82a37b8f36ac63a.zip FreeBSD-src-cb499269d89363f5b47627aad82a37b8f36ac63a.tar.gz |
Add and use a DropClient() function for closing the diagnostic port.
Call DropClient() from Cleanup() too.
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r-- | usr.sbin/ppp/defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index 79f2fce..2f671f8 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.25 1997/11/11 22:58:10 brian Exp $ + * $Id: defs.h,v 1.26 1997/11/17 00:42:39 brian Exp $ * * TODO: */ @@ -91,3 +91,4 @@ extern void SetLabel(const char *); extern const char *GetLabel(void); extern void randinit(void); extern int GetShortHost(void); +extern void DropClient(void); |