diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-05 16:41:16 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-05 16:41:16 +0000 |
| commit | beb9066d9f7c1c04334e3a833999fccd2411de63 (patch) | |
| tree | b1314f63681844815a6ee539448c1aa0d6ea7b2a /apps/plugins/lua/rockconf.h | |
| parent | fd0d7c7438c8e97c51172fce1e9d8172a9dd031d (diff) | |
| download | rockbox-beb9066d9f7c1c04334e3a833999fccd2411de63.zip rockbox-beb9066d9f7c1c04334e3a833999fccd2411de63.tar.gz rockbox-beb9066d9f7c1c04334e3a833999fccd2411de63.tar.bz2 rockbox-beb9066d9f7c1c04334e3a833999fccd2411de63.tar.xz | |
Lua: implement gui_syncyesno_run
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21662 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/rockconf.h')
| -rw-r--r-- | apps/plugins/lua/rockconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rockconf.h b/apps/plugins/lua/rockconf.h index b72ebea..67994bb 100644 --- a/apps/plugins/lua/rockconf.h +++ b/apps/plugins/lua/rockconf.h @@ -44,6 +44,7 @@ #define luai_jmpbuf jmp_buf extern char curpath[MAX_PATH]; +void* dlmalloc(size_t bytes); void *dlrealloc(void *ptr, size_t size); void dlfree(void *ptr); struct tm *gmtime(const time_t *timep); |