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 2fa32705..2217558a 100644 --- a/gatchat/gathdlc.h +++ b/gatchat/gathdlc.h @@ -23,6 +23,7 @@ #define __G_AT_HDLC_H #include "gat.h" +#include "gatio.h" #ifdef __cplusplus extern "C" { @@ -51,6 +52,8 @@ gboolean g_at_hdlc_send(GAtHDLC *hdlc, const unsigned char *data, gsize size); void g_at_hdlc_set_recording(GAtHDLC *hdlc, const char *filename); +GAtIO *g_at_hdlc_get_io(GAtHDLC *hdlc); + #ifdef __cplusplus } #endif |