summaryrefslogtreecommitdiff
path: root/redo/modalqueue.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-25 21:17:09 -0400
committerPietro Gagliardi <[email protected]>2014-08-25 21:17:09 -0400
commit35dcac92d644c5ec03b9e4b2f01debec05f99e1c (patch)
tree1db165cdfc5170fa05abdd8dd0244b38d73c4d6d /redo/modalqueue.h
parenta952cfcc58e7657daa2f4e6861b257ab06d8e8c6 (diff)
Improved modalqueue.c error handling. A bit dirty to have the same function in multiple Go files like this, but meh.
Diffstat (limited to 'redo/modalqueue.h')
-rw-r--r--redo/modalqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/modalqueue.h b/redo/modalqueue.h
index 912ba32..e05db36 100644
--- a/redo/modalqueue.h
+++ b/redo/modalqueue.h
@@ -6,3 +6,4 @@ extern int queueIfModal(void *);
/* needed by the above */
extern void doissue(void *);
+extern void modalPanic(char *, char *);