summaryrefslogtreecommitdiff
path: root/lib/src/turns-init.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/turns-init.h')
-rw-r--r--lib/src/turns-init.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/src/turns-init.h b/lib/src/turns-init.h
new file mode 100644
index 0000000..a6e2013
--- /dev/null
+++ b/lib/src/turns-init.h
@@ -0,0 +1,12 @@
+#ifndef TURNS_INIT_H
+#define TURNS_INIT_H
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+void turns_init(void);
+
+G_END_DECLS
+
+#endif