summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-30 10:52:16 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-30 10:52:16 -0500
commitc7ef06f91e32c1fa07a5cf8cf6f6b487eee021a9 (patch)
tree763174159e2a1126d2356c5d51232882c88b7e53 /gatchat/gatppp.h
parent5ef90f934b28cb696b86f7852306f67120cc4046 (diff)
downloadofono-c7ef06f91e32c1fa07a5cf8cf6f6b487eee021a9.tar.bz2
ppp: Add _from_io constructor
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r--gatchat/gatppp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h
index a9252378..7631fe58 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -43,7 +43,8 @@ typedef void (*GAtPPPConnectFunc)(GAtPPPConnectStatus success,
const char *dns1, const char *dns2,
gpointer user_data);
-GAtPPP * g_at_ppp_new(GIOChannel *modem);
+GAtPPP *g_at_ppp_new(GIOChannel *modem);
+GAtPPP *g_at_ppp_new_from_io(GAtIO *io);
void g_at_ppp_open(GAtPPP *ppp);
void g_at_ppp_set_connect_function(GAtPPP *ppp, GAtPPPConnectFunc callback,
gpointer user_data);