summaryrefslogtreecommitdiffstats
path: root/gatchat/gathdlc.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-27 23:37:53 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-28 17:27:35 -0500
commit41ce6212a1e03d4468f194edfcfce96b1675c1aa (patch)
tree81b37dd69c9058e5f689873a0e573dff2f01dbea /gatchat/gathdlc.h
parent7c6c72f558709d59da590d9b7d3f631d17b43abe (diff)
downloadofono-41ce6212a1e03d4468f194edfcfce96b1675c1aa.tar.bz2
gathdlc: Add receive ACCM support
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 ee36bc34..143ef2fa 100644
--- a/gatchat/gathdlc.h
+++ b/gatchat/gathdlc.h
@@ -42,6 +42,9 @@ 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_recv_accm(GAtHDLC *hdlc, guint32 accm);
+guint32 g_at_hdlc_get_recv_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);