From 8a56acd549ef29c51bf38d5741c3c64e41a58774 Mon Sep 17 00:00:00 2001 From: Guillaume Zajac Date: Wed, 4 May 2011 17:38:59 +0200 Subject: gathdlc: Add public suspend function --- gatchat/gathdlc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gatchat/gathdlc.h') diff --git a/gatchat/gathdlc.h b/gatchat/gathdlc.h index 158f27f2..556e3838 100644 --- a/gatchat/gathdlc.h +++ b/gatchat/gathdlc.h @@ -60,6 +60,8 @@ 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); +void g_at_hdlc_suspend(GAtHDLC *hdlc); + #ifdef __cplusplus } #endif -- cgit v1.2.3