summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-04-01 13:47:25 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-04-01 13:47:25 -0700
commit544c02da4946f11c64f3e1f682de253a76d3c0a9 (patch)
tree1cd295436ce097565e0693204ca21f32718f8800 /gatchat/gatppp.h
parentef82241deb1208a5551274929be7f8a8476fed36 (diff)
downloadofono-544c02da4946f11c64f3e1f682de253a76d3c0a9.tar.bz2
Add support for recording PPP sessions in pppdump format
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 3d1f74e7..f22ee7aa 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -48,11 +48,12 @@ void g_at_ppp_set_connect_function(GAtPPP *ppp, GAtPPPConnectFunc callback,
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_set_recording(GAtPPP *ppp, const char *filename);
void g_at_ppp_shutdown(GAtPPP *ppp);
void g_at_ppp_ref(GAtPPP *ppp);
void g_at_ppp_unref(GAtPPP *ppp);
void g_at_ppp_set_credentials(GAtPPP *ppp, const char *username,
- const char *passwd);
+ const char *passwd);
#ifdef __cplusplus
}
#endif