summaryrefslogtreecommitdiffstats
path: root/gatchat/gathdlc.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-27 23:25:28 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-28 17:27:35 -0500
commit7c6c72f558709d59da590d9b7d3f631d17b43abe (patch)
treeb07c0cf4ccaca80872086d8aa987b29f543bdff3 /gatchat/gathdlc.h
parente088f3c2bb1c859d732af1bdfa46cc24120c97ab (diff)
downloadofono-7c6c72f558709d59da590d9b7d3f631d17b43abe.tar.bz2
gathdlc: Support transmit ACCM
Diffstat (limited to 'gatchat/gathdlc.h')
-rw-r--r--gatchat/gathdlc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gatchat/gathdlc.h b/gatchat/gathdlc.h
index a295f08d..ee36bc34 100644
--- a/gatchat/gathdlc.h
+++ b/gatchat/gathdlc.h
@@ -39,6 +39,9 @@ void g_at_hdlc_unref(GAtHDLC *hdlc);
void g_at_hdlc_set_debug(GAtHDLC *hdlc, GAtDebugFunc func, gpointer user_data);
+void g_at_hdlc_set_xmit_accm(GAtHDLC *hdlc, guint32 accm);
+guint32 g_at_hdlc_get_xmit_accm(GAtHDLC *hdlc);
+
void g_at_hdlc_set_receive(GAtHDLC *hdlc, GAtReceiveFunc func,
gpointer user_data);
gboolean g_at_hdlc_send(GAtHDLC *hdlc, const unsigned char *data, gsize size);