summaryrefslogtreecommitdiffstats
path: root/gatchat/gatio.h
diff options
context:
space:
mode:
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);