summaryrefslogtreecommitdiff
path: root/girepository/girmodule.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-10-24 11:32:31 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-10-24 11:32:31 +0000
commita4c7dc310b86729ab7edf1fb35cd0f3c3a7c2218 (patch)
treeec5173ae2dff09d19a1933874f0f28c60c5eb752 /girepository/girmodule.h
parent06310e154add4426c1fec13dd1ef6d788a7fb31d (diff)
downloadgobject-introspection-a4c7dc310b86729ab7edf1fb35cd0f3c3a7c2218.tar.gz
Export two private methods to avoid an compiler warning
svn path=/trunk/; revision=810
Diffstat (limited to 'girepository/girmodule.h')
-rw-r--r--girepository/girmodule.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/girepository/girmodule.h b/girepository/girmodule.h
index 5b63c36e..56c7d468 100644
--- a/girepository/girmodule.h
+++ b/girepository/girmodule.h
@@ -46,6 +46,9 @@ void g_ir_module_free (GIrModule *module);
GTypelib * g_ir_module_build_typelib (GIrModule *module,
GList *modules);
+void _g_irnode_init_stats (void);
+void _g_irnode_dump_stats (void);
+
G_END_DECLS
#endif /* __G_IR_MODULE_H__ */