summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/list/Listmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/list/Listmodule.c')
-rw-r--r--Mac/Modules/list/Listmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/list/Listmodule.c b/Mac/Modules/list/Listmodule.c
index 928a9a5..747b477 100644
--- a/Mac/Modules/list/Listmodule.c
+++ b/Mac/Modules/list/Listmodule.c
@@ -14,6 +14,7 @@
#include <Controls.h>
extern PyObject *ResObj_New(Handle);
+extern PyObject *ResObj_OptNew(Handle);
extern int ResObj_Convert(PyObject *, Handle *);
extern PyObject *WinObj_New(WindowPtr);