diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-16 20:44:19 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-16 20:44:19 -0400 |
| commit | d8a7d9b53e154c181203f429cb182f3186c5bc98 (patch) | |
| tree | e4bdf9af27f68a2ab40a7d7e83019a7405bfa15a /objc_darwin.h | |
| parent | 6d67bce9b18ab01d99f636068ab5652857749c32 (diff) | |
Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be more clear and more consistent.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 34405c6..09106f2 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -64,7 +64,7 @@ extern void msgBoxError(id, id); /* listbox_darwin.m */ extern id toListboxItem(id, id); extern id fromListboxItem(id, id); -extern id newListboxArray(void); +extern id makeListboxArray(void); extern void listboxArrayAppend(id, id); extern void listboxArrayInsertBefore(id, id, uintptr_t); extern void listboxArrayDelete(id, uintptr_t); |
