summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
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 fd79c43..84d1a84 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -41,6 +41,7 @@ extern void buttonSetDelegate(id, void *);
extern const char *buttonText(id);
extern void buttonSetText(id, char *);
extern id newCheckbox(void);
+extern void checkboxSetDelegate(id, void *);
extern BOOL checkboxChecked(id);
extern void checkboxSetChecked(id, BOOL);
extern id newTextField(void);