summaryrefslogtreecommitdiff
path: root/redo/modalqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'redo/modalqueue.h')
-rw-r--r--redo/modalqueue.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/redo/modalqueue.h b/redo/modalqueue.h
new file mode 100644
index 0000000..912ba32
--- /dev/null
+++ b/redo/modalqueue.h
@@ -0,0 +1,8 @@
+/* 19 august 2014 */
+
+extern void beginModal(void);
+extern void endModal(void);
+extern int queueIfModal(void *);
+
+/* needed by the above */
+extern void doissue(void *);