$NetBSD: patch-br,v 1.1.1.1 1999/10/08 04:34:43 dbj Exp $ --- pppd/pppd.h.orig Thu May 13 18:09:08 1999 +++ pppd/pppd.h Thu Jun 24 13:41:46 1999 @@ -320,6 +320,8 @@ /* check if IP address is authorized */ int bad_ip_adrs __P((u_int32_t)); /* check if IP address is unreasonable */ +int get_ip_addr_dynamic __P((int, u_int32_t *)); + /* get dynamically-allocated IP address */ /* Procedures exported from demand.c */ void demand_conf __P((void)); /* config interface(s) for demand-dial */