summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp.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/ppp.h
parentdc55d14e9c73c45c42502c33a5ea4e32589c1642 (diff)
downloadofono-ef82241deb1208a5551274929be7f8a8476fed36.tar.bz2
Implement g_at_ppp_set_debug support
Diffstat (limited to 'gatchat/ppp.h')
-rw-r--r--gatchat/ppp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/ppp.h b/gatchat/ppp.h
index b8d51ece..bf1f5508 100644
--- a/gatchat/ppp.h
+++ b/gatchat/ppp.h
@@ -137,6 +137,8 @@ struct _GAtPPP {
GAtDisconnectFunc disconnect_cb;
gpointer disconnect_data;
gint modem_watch;
+ GAtDebugFunc debugf;
+ gpointer debug_data;
};
gboolean ppp_cb(GIOChannel *channel, GIOCondition cond, gpointer data);