diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-10 22:24:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-10 22:24:08 -0400 |
| commit | a172143fe6f0ea12be191a58f6840945d3bd528d (patch) | |
| tree | 028400f37e07644b44fe016e7c7fd5595a209ba2 /redo/objc_darwin.h | |
| parent | 37b1c3309b0f63ebe20dc36ec5da34e9143a4205 (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.h | 2 |
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 *); |
