diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-29 10:54:52 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-29 10:54:52 -0400 |
| commit | 8d7f0c9a62b9108e262380ae62f8c8b9cbb12bfc (patch) | |
| tree | b90dcbac59d436552494e02e302ae27e820cd8f5 /redo/objc_darwin.h | |
| parent | 4e0436da18ef5e8e0c4bbc1c17e5bd5932515991 (diff) | |
Wrote up the data model for Mac OS X Tables; now Tables work everywhere!
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 32a5f52..3a4cc6f 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -59,5 +59,6 @@ extern id newTable(void); extern void tableAppendColumn(id, char *); extern void tableUpdate(id); extern id newScrollView(id); +extern void tableMakeDataSource(id, void *); #endif |
