C++ify the reader header

This commit is contained in:
Ryan Lortie 2011-01-17 15:15:46 -05:00
parent 92c22e7ca7
commit ba5619ba7f

View 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__ */