summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r--gatchat/gatppp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h
index aea4ec07..3a25380a 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -69,8 +69,9 @@ const char *g_at_ppp_get_password(GAtPPP *ppp);
void g_at_ppp_set_recording(GAtPPP *ppp, const char *filename);
-void g_at_ppp_set_server_info(GAtPPP *ppp, guint32 local, guint32 peer,
- guint32 dns1, guint32 dns2);
+void g_at_ppp_set_server_info(GAtPPP *ppp,
+ const char *local_ip, const char *remote_ip,
+ const char *dns1, const char *dns2);
#ifdef __cplusplus
}