summaryrefslogtreecommitdiff
path: root/callback_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'callback_table.h')
-rw-r--r--callback_table.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/callback_table.h b/callback_table.h
new file mode 100644
index 000000000..f3540521d
--- /dev/null
+++ b/callback_table.h
@@ -0,0 +1,7 @@
+#ifndef CALLBACK_TABLE_H
+#define CALLBACK_TABLE_H
+
+extern CommandCallback *_callback_table[];
+extern const int _callback_table_count;
+
+#endif