X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipcp.h;h=2dc68e74d3f303541b0ef2e451d77f39bc704558;hb=f9bce078a5963a8b61826b1fab2df94298f24c1a;hp=e12514643e015b75a048ce4fafd1db69cfd5fcc5;hpb=077386e12afee1218fff48119f52680cd8f86ed5;p=ppp.git 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;