summaryrefslogtreecommitdiff
path: root/gatchat/gatppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatppp.h')
-rw-r--r--gatchat/gatppp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatppp.h b/gatchat/gatppp.h
index dbb80ad8..a9252378 100644
--- a/gatchat/gatppp.h
+++ b/gatchat/gatppp.h
@@ -59,7 +59,7 @@ gboolean g_at_ppp_set_credentials(GAtPPP *ppp, const char *username,
const char *g_at_ppp_get_username(GAtPPP *ppp);
const char *g_at_ppp_get_password(GAtPPP *ppp);
-GAtHDLC *g_at_ppp_get_hdlc(GAtPPP *ppp);
+void g_at_ppp_set_recording(GAtPPP *ppp, const char *filename);
#ifdef __cplusplus
}