X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fccp.h;h=9bcac4a99757ea95804b46246952dc4f6e88c82e;hp=12e27802892e8720866c89547e382e7a8c20a17e;hb=749fb47579076eda0d3c9bf594f12e6f84f85cae;hpb=d32b4a44240713cd8da85f99e306ad127c46476e diff --git a/pppd/ccp.h b/pppd/ccp.h index 12e2780..9bcac4a 100644 --- a/pppd/ccp.h +++ b/pppd/ccp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ccp.h,v 1.5 1995/10/27 03:43:11 paulus Exp $ + * $Id: ccp.h,v 1.6 1995/12/18 03:44:41 paulus Exp $ */ typedef struct ccp_options { @@ -44,7 +44,7 @@ extern ccp_options ccp_hisoptions[]; void ccp_init __P((int unit)); void ccp_open __P((int unit)); -void ccp_close __P((int unit)); +void ccp_close __P((int unit, char *)); void ccp_lowerup __P((int unit)); void ccp_lowerdown __P((int)); void ccp_input __P((int unit, u_char *pkt, int len)); @@ -53,3 +53,5 @@ int ccp_printpkt __P((u_char *pkt, int len, void (*printer) __P((void *, char *, ...)), void *arg)); void ccp_datainput __P((int unit, u_char *pkt, int len)); + +extern struct protent ccp_protent;