]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/radiusclient.h
radius: Fix compiler warning
[ppp.git] / pppd / plugins / radius / radiusclient.h
index 7b7933ef0a9f068ede6a5226d3006f271eedf7af..cff0c268ad304001595bd17a61d333b13dc0b91a 100644 (file)
@@ -152,6 +152,10 @@ typedef struct pw_auth_hdr
 #define PW_MS_CHAP_MPPE_KEYS           12      /* string */
 #define PW_MS_MPPE_SEND_KEY            16      /* string */
 #define PW_MS_MPPE_RECV_KEY            17      /* string */
+#define PW_MS_PRIMARY_DNS_SERVER       28      /* ipaddr */
+#define PW_MS_SECONDARY_DNS_SERVER     29      /* ipaddr */
+#define PW_MS_PRIMARY_NBNS_SERVER      30      /* ipaddr */
+#define PW_MS_SECONDARY_NBNS_SERVER    31      /* ipaddr */
 
 /*     Accounting */
 
@@ -436,6 +440,7 @@ UINT4 rc_get_ipaddr __P((char *));
 int rc_good_ipaddr __P((char *));
 const char *rc_ip_hostname __P((UINT4));
 UINT4 rc_own_ipaddress __P((void));
+UINT4 rc_own_bind_ipaddress __P((void));
 
 
 /*     sendserver.c            */