summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-28 15:31:59 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-28 17:27:35 -0500
commit4cdf49f0de4257d32b81e73985dc42dfa996ef24 (patch)
tree06bc79101fbcfaa3146619ad67d5f357eac3e779 /gatchat/gatppp.h
parentfa8614cc78603d760f90dbff870ad175af4da583 (diff)
downloadofono-4cdf49f0de4257d32b81e73985dc42dfa996ef24.tar.bz2
ppp: Initial port of PPP to use GAtHDLC
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r--gatchat/gatppp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h
index dda8e88b..d9cdf0fc 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -49,7 +49,6 @@ 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);