X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fipcp.h;h=2dc68e74d3f303541b0ef2e451d77f39bc704558;hp=e12514643e015b75a048ce4fafd1db69cfd5fcc5;hb=b6101aaab41daebf1df13747af0923f51d5c549b;hpb=e1746e5f6bc21a42ed4c0b35dc5271026d580a81 diff --git a/pppd/ipcp.h b/pppd/ipcp.h index e125146..2dc68e7 100644 --- a/pppd/ipcp.h +++ b/pppd/ipcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.6 1995/12/18 03:45:58 paulus Exp $ + * $Id: ipcp.h,v 1.7 1996/01/01 22:56:54 paulus Exp $ */ /* @@ -72,5 +72,7 @@ void ipcp_lowerdown __P((int)); void ipcp_input __P((int, u_char *, int)); void ipcp_protrej __P((int)); int ipcp_printpkt __P((u_char *, int, void (*)(), void *)); +void ip_check_options __P((void)); +int ip_demand_conf __P((int)); extern struct protent ipcp_protent;