From 378f3c61e3540c737cd0d45c5c946ddcf40c471a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 28 Apr 2010 17:15:07 -0500 Subject: gathdlc: Add accessor for GAtIO --- gatchat/gatio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gatchat/gatio.h') 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); -- cgit v1.2.3