C++ify the reader header
authorRyan Lortie <desrt@desrt.ca>
Mon, 17 Jan 2011 20:15:46 +0000 (15:15 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 17 Jan 2011 20:15:46 +0000 (15:15 -0500)
gvdb-reader.h

index e75c69c..d751257 100644 (file)
@@ -26,6 +26,8 @@
 
 typedef struct _GvdbTable GvdbTable;
 
+G_BEGIN_DECLS
+
 G_GNUC_INTERNAL
 GvdbTable *             gvdb_table_new                                  (const gchar  *filename,
                                                                          gboolean      trusted,
@@ -72,5 +74,6 @@ void                    gvdb_table_walk                                 (GvdbTab
                                                                          GvdbWalkCloseFunc  close_func,
                                                                          gpointer           user_data);
 
+G_END_DECLS
 
 #endif /* __gvdb_reader_h__ */