summaryrefslogtreecommitdiffstats
path: root/gatchat/gatio.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/gatio.h
parent3b98ed067a1d4c4916d928f6e08e7907cee462ed (diff)
downloadofono-378f3c61e3540c737cd0d45c5c946ddcf40c471a.tar.bz2
gathdlc: Add accessor for GAtIO
Diffstat (limited to 'gatchat/gatio.h')
-rw-r--r--gatchat/gatio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gatio.h b/gatchat/gatio.h
index cb19164b..5a9f9f93 100644
--- a/gatchat/gatio.h
+++ b/gatchat/gatio.h
@@ -32,6 +32,8 @@ struct _GAtIO;
typedef struct _GAtIO GAtIO;
+struct ring_buffer;
+
typedef void (*GAtIOReadFunc)(struct ring_buffer *buffer, gpointer user_data);
typedef gboolean (*GAtIOWriteFunc)(gpointer user_data);