summaryrefslogtreecommitdiff
path: root/accel-pptpd/radius/radius_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/radius/radius_p.h')
-rw-r--r--accel-pptpd/radius/radius_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pptpd/radius/radius_p.h b/accel-pptpd/radius/radius_p.h
index efcd9b8..c8a0658 100644
--- a/accel-pptpd/radius/radius_p.h
+++ b/accel-pptpd/radius/radius_p.h
@@ -58,9 +58,9 @@ extern int conf_max_try;
extern int conf_timeout;
extern int conf_verbose;
extern char *conf_nas_identifier;
-extern char *conf_nas_ip_address;
+extern in_addr_t conf_nas_ip_address;
extern in_addr_t conf_bind;
-extern char *conf_gw_ip_address;
+extern in_addr_t conf_gw_ip_address;
extern char *conf_auth_server;
extern char *conf_auth_secret;
extern int conf_auth_server_port;