summaryrefslogtreecommitdiffstats
path: root/gatchat/gathdlc.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-05-02 06:04:38 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-05-02 07:06:28 -0500
commit94d6d505eeda4db0a28aea99bf3ab23a62a65f2c (patch)
tree17b7cc11f629085c671126a2ece97105bbd2f963 /gatchat/gathdlc.h
parent70ae2f00289a51a3123fa7c1c5b4d6c0f78d5148 (diff)
downloadofono-94d6d505eeda4db0a28aea99bf3ab23a62a65f2c.tar.bz2
gathdlc: Add support for detecting +++ escapes
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 95c389e0..158f27f2 100644
--- a/gatchat/gathdlc.h
+++ b/gatchat/gathdlc.h
@@ -57,6 +57,9 @@ GAtIO *g_at_hdlc_get_io(GAtHDLC *hdlc);
void g_at_hdlc_set_no_carrier_detect(GAtHDLC *hdlc, gboolean detect);
+void g_at_hdlc_set_suspend_function(GAtHDLC *hdlc, GAtSuspendFunc func,
+ gpointer user_data);
+
#ifdef __cplusplus
}
#endif