summaryrefslogtreecommitdiffstats
path: root/gatchat/gathdlc.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-09 13:40:10 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-08-09 16:50:30 -0700
commit5fea0c006a1138e4bad4b6330938033ad7fb0887 (patch)
treea4642d14cae74ad09c6dcc605de3785ef0d0aafd /gatchat/gathdlc.h
parentee19210585214f23a57492ab61dd7cf49cc1de75 (diff)
downloadofono-5fea0c006a1138e4bad4b6330938033ad7fb0887.tar.bz2
gatchat: Add support for sending HDLC frame start and end markers
Diffstat (limited to 'gatchat/gathdlc.h')
-rw-r--r--gatchat/gathdlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gathdlc.h b/gatchat/gathdlc.h
index e82b33e2..a7aab2fe 100644
--- a/gatchat/gathdlc.h
+++ b/gatchat/gathdlc.h
@@ -55,6 +55,7 @@ void g_at_hdlc_set_recording(GAtHDLC *hdlc, const char *filename);
GAtIO *g_at_hdlc_get_io(GAtHDLC *hdlc);
+void g_at_hdlc_set_start_frame_marker(GAtHDLC *hdlc, gboolean marker);
void g_at_hdlc_set_no_carrier_detect(GAtHDLC *hdlc, gboolean detect);
void g_at_hdlc_set_suspend_function(GAtHDLC *hdlc, GAtSuspendFunc func,