summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-06-29 11:49:40 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-06-29 11:49:40 -0500
commitd7c06404127f9e235e315dda87b343c461585678 (patch)
treee2f10296abaada2488ab78e0af37f2185b39fa19 /gatchat/gatppp.h
parent295270b4be076338c2b90224327d707da868f7f2 (diff)
downloadofono-d7c06404127f9e235e315dda87b343c461585678.tar.bz2
ppp: Tweak set_server_info API some more
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