aboutsummaryrefslogtreecommitdiff
path: root/build/android/icons/rangeview_btn.svg
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2019-03-05 08:34:54 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2019-03-05 08:35:15 +0100
commit250420e56685b597088596a5498f5babcf6de5f9 (patch)
tree7acfa43c31cb386aa26ea4cb6c9b8988e3e36005 /build/android/icons/rangeview_btn.svg
parent60ab2d94f07953e74fc98a33d468328c2adac75b (diff)
downloadminetest-250420e56685b597088596a5498f5babcf6de5f9.tar.gz
minetest-250420e56685b597088596a5498f5babcf6de5f9.tar.bz2
minetest-250420e56685b597088596a5498f5babcf6de5f9.zip
Add Android keystore to the repository
Password is not included :)
Diffstat (limited to 'build/android/icons/rangeview_btn.svg')
0 files changed, 0 insertions, 0 deletions
ss="hl ppc"> (luaM_reallocvector(L, (buff)->buffer, (buff)->buffsize, size, char), \ (buff)->buffsize = size) #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n); LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data); LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */ LUAI_FUNC int luaZ_lookahead (ZIO *z); /* --------- Private Part ------------------ */ struct Zio { size_t n; /* bytes still unread */ const char *p; /* current position in buffer */ lua_Reader reader; void* data; /* additional data */ lua_State *L; /* Lua state (for reader) */ }; LUAI_FUNC int luaZ_fill (ZIO *z); #endif