From 35dcac92d644c5ec03b9e4b2f01debec05f99e1c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 25 Aug 2014 21:17:09 -0400 Subject: Improved modalqueue.c error handling. A bit dirty to have the same function in multiple Go files like this, but meh. --- redo/modalqueue.h | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/modalqueue.h') 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 *); -- cgit v1.2.3