summaryrefslogtreecommitdiff
path: root/exports/c/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'exports/c/common.h')
-rw-r--r--exports/c/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/exports/c/common.h b/exports/c/common.h
deleted file mode 100644
index 068ad4c..0000000
--- a/exports/c/common.h
+++ /dev/null
@@ -1,3 +0,0 @@
-typedef void (*PythonCB)(const char* name, int oldstate, int newstate, void* data);
-
-void call_callback(PythonCB callback, const char *name, int oldstate, int newstate, void* data);