summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r--gatchat/gatppp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h
index 3a25380a..450a26df 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -69,8 +69,7 @@ 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,
- const char *local_ip, const char *remote_ip,
+void g_at_ppp_set_server_info(GAtPPP *ppp, const char *remote_ip,
const char *dns1, const char *dns2);
#ifdef __cplusplus