summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-13 21:31:13 -0400
committerPietro Gagliardi <[email protected]>2014-07-13 21:31:13 -0400
commit0e7589af4718d8f90bbc007306c75c2a39386d2f (patch)
treead4ab0ea2764593900e08614157b38076e85ddfc /redo/objc_darwin.h
parent0eded3f7749a8a767a2002b52236c1c2e93363cb (diff)
Implemented Stop() on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index 3b33e26..3de8a29 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -14,6 +14,7 @@
extern id getAppDelegate(void); /* used by the other .m files */
extern BOOL uiinit(void);
extern void uimsgloop(void);
+extern void uistop(void);
extern void issue(void *);
/* window_darwin.m */