X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fipxcp.h;h=898ffe437c313083de912ddd6625a88fd54de44a;hp=64cd062c0f5b2edb70c6d9eabc2aa161be0aa291;hb=642b44a17f5b83cbfbbbca87d85ec0e4d83762cd;hpb=0f61ac5460e89dd768f1fb56fbdd8fa6f8af79f1 diff --git a/pppd/ipxcp.h b/pppd/ipxcp.h index 64cd062..898ffe4 100644 --- a/pppd/ipxcp.h +++ b/pppd/ipxcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipxcp.h,v 1.1 1995/12/18 03:33:00 paulus Exp $ + * $Id: ipxcp.h,v 1.2 1996/07/01 01:14:37 paulus Exp $ */ /* @@ -61,13 +61,4 @@ extern ipxcp_options ipxcp_gotoptions[]; extern ipxcp_options ipxcp_allowoptions[]; extern ipxcp_options ipxcp_hisoptions[]; -void ipxcp_init __P((int)); -void ipxcp_open __P((int)); -void ipxcp_close __P((int, char *)); -void ipxcp_lowerup __P((int)); -void ipxcp_lowerdown __P((int)); -void ipxcp_input __P((int, u_char *, int)); -void ipxcp_protrej __P((int)); -int ipxcp_printpkt __P((u_char *, int, void (*)(), void *)); - extern struct protent ipxcp_protent;