summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>2011-05-19 11:58:28 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-05-24 12:10:22 -0500
commit7e5ccc18d77bb0919519747647f7f6559d313830 (patch)
tree74052085491308946692ebcb920edeab717c1267 /gatchat/gatppp.h
parentdb5e8287871633f40d88f20774d425d73a886773 (diff)
downloadofono-7e5ccc18d77bb0919519747647f7f6559d313830.tar.bz2
gatppp: Add new contructor to use external fd
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r--gatchat/gatppp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h
index 9464ffd3..365123a2 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -54,6 +54,7 @@ GAtPPP *g_at_ppp_new(GIOChannel *modem);
GAtPPP *g_at_ppp_new_from_io(GAtIO *io);
GAtPPP *g_at_ppp_server_new(GIOChannel *modem, const char *local);
GAtPPP *g_at_ppp_server_new_from_io(GAtIO *io, const char *local);
+GAtPPP *g_at_ppp_server_new_full(GAtIO *io, const char *local, int fd);
void g_at_ppp_open(GAtPPP *ppp);
void g_at_ppp_set_connect_function(GAtPPP *ppp, GAtPPPConnectFunc callback,