summaryrefslogtreecommitdiffstats
path: root/src/pycore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pycore.h')
-rw-r--r--src/pycore.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pycore.h b/src/pycore.h
new file mode 100644
index 0000000..ae51924
--- /dev/null
+++ b/src/pycore.h
@@ -0,0 +1,7 @@
+#ifndef _PYCORE_H
+#define _PYCORE_H
+
+void irssi_python_init(void);
+void irssi_python_deinit(void);
+
+#endif