diff options
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r-- | gatchat/gatppp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h index 450a26df..fb5de4c3 100644 --- a/gatchat/gatppp.h +++ b/gatchat/gatppp.h @@ -52,6 +52,9 @@ typedef void (*GAtPPPDisconnectFunc)(GAtPPPDisconnectReason reason, 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); + void g_at_ppp_open(GAtPPP *ppp); void g_at_ppp_set_connect_function(GAtPPP *ppp, GAtPPPConnectFunc callback, gpointer user_data); |