summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-10 22:24:08 -0400
committerPietro Gagliardi <[email protected]>2014-08-10 22:24:08 -0400
commita172143fe6f0ea12be191a58f6840945d3bd528d (patch)
tree028400f37e07644b44fe016e7c7fd5595a209ba2 /redo/objc_darwin.h
parent37b1c3309b0f63ebe20dc36ec5da34e9143a4205 (diff)
Improved the error reporting facilities of uiinit() on Mac OS X. Not used yet, though...
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index 4066b5a..14164f0 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -38,7 +38,7 @@ struct xpoint {
/* uitask_darwin.m */
extern id getAppDelegate(void); /* used by the other .m files */
-extern BOOL uiinit(void);
+extern void uiinit(char **);
extern void uimsgloop(void);
extern void uistop(void);
extern void issue(void *);