Merge from vendor branch TNF:
[pkgsrcv2.git] / net / ppp-mppe / patches / patch-br
1 $NetBSD$
2
3 --- pppd/pppd.h.orig    Thu May 13 18:09:08 1999
4 +++ pppd/pppd.h Thu Jun 24 13:41:46 1999
5 @@ -320,6 +320,8 @@
6                                 /* check if IP address is authorized */
7  int  bad_ip_adrs __P((u_int32_t));
8                                 /* check if IP address is unreasonable */
9 +int  get_ip_addr_dynamic __P((int, u_int32_t *));
10 +                               /* get dynamically-allocated IP address */
11  
12  /* Procedures exported from demand.c */
13  void demand_conf __P((void));  /* config interface(s) for demand-dial */