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 f3b7e70..dca8894 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -68,6 +68,7 @@ extern BOOL checkboxChecked(id);
extern void checkboxSetChecked(id, BOOL);
extern id newTextField(void);
extern id newPasswordField(void);
+extern void textfieldSetDelegate(id, void *);
extern const char *textFieldText(id);
extern void textFieldSetText(id, char *);
extern id newLabel(void);