summaryrefslogtreecommitdiffstats
path: root/src/pycore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pycore.h')
-rw-r--r--src/pycore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pycore.h b/src/pycore.h
index ae51924..f3f1c36 100644
--- a/src/pycore.h
+++ b/src/pycore.h
@@ -1,7 +1,7 @@
#ifndef _PYCORE_H
#define _PYCORE_H
-void irssi_python_init(void);
-void irssi_python_deinit(void);
+void python_init(void);
+void python_deinit(void);
#endif