diff options
Diffstat (limited to 'gatchat/gathdlc.h')
-rw-r--r-- | gatchat/gathdlc.h | 3 |
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 |