summaryrefslogtreecommitdiffstats
path: root/gatchat/gathdlc.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-04-28 17:15:07 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-04-28 17:27:36 -0500
commit378f3c61e3540c737cd0d45c5c946ddcf40c471a (patch)
tree72a3e3ad6791fabeb29c6c9799d100554076a358 /gatchat/gathdlc.h
parent3b98ed067a1d4c4916d928f6e08e7907cee462ed (diff)
downloadofono-378f3c61e3540c737cd0d45c5c946ddcf40c471a.tar.bz2
gathdlc: Add accessor for GAtIO
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 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