summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-01 13:11:11 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-04-01 13:11:11 -0700
commitef82241deb1208a5551274929be7f8a8476fed36 (patch)
treebad4715e1b32b02b810f45b603c50fc8508ced22 /gatchat/gatppp.h
parentdc55d14e9c73c45c42502c33a5ea4e32589c1642 (diff)
downloadofono-ef82241deb1208a5551274929be7f8a8476fed36.tar.bz2
Implement g_at_ppp_set_debug support
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 b37f74d5..3d1f74e7 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -47,6 +47,7 @@ void g_at_ppp_set_connect_function(GAtPPP *ppp, GAtPPPConnectFunc callback,
gpointer user_data);
void g_at_ppp_set_disconnect_function(GAtPPP *ppp, GAtDisconnectFunc func,
gpointer user_data);
+void g_at_ppp_set_debug(GAtPPP *ppp, GAtDebugFunc func, gpointer user_data);
void g_at_ppp_shutdown(GAtPPP *ppp);
void g_at_ppp_ref(GAtPPP *ppp);
void g_at_ppp_unref(GAtPPP *ppp);