Added an initialization function, which must be called at every entry point of the...
[rodin/chimara.git] / libchimara / init.h
diff --git a/libchimara/init.h b/libchimara/init.h
new file mode 100644 (file)
index 0000000..8ccf344
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __CHIMARA_INIT_H__
+#define __CHIMARA_INIT_H__
+
+G_GNUC_INTERNAL void chimara_init(void);
+
+#endif
+