aboutsummaryrefslogtreecommitdiff
path: root/po/hu/minetest.po
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-03-08 17:42:06 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-03-08 18:03:43 +0100
commit57d86cf57411225433c651cf50fe9e130cf407e3 (patch)
treee89d9491f980947a98fab13fe5edd899b559d267 /po/hu/minetest.po
parent969413b9fa5f1bbba9e6f238574869f1fe7f029e (diff)
downloadminetest-57d86cf57411225433c651cf50fe9e130cf407e3.tar.gz
minetest-57d86cf57411225433c651cf50fe9e130cf407e3.tar.bz2
minetest-57d86cf57411225433c651cf50fe9e130cf407e3.zip
Fix unitialized data when creating TOSERVER_INIT packet
Diffstat (limited to 'po/hu/minetest.po')
0 files changed, 0 insertions, 0 deletions
ss="hl opt">; class ModApiHttp : public ModApiBase { private: #if USE_CURL // Helpers for HTTP fetch functions static void read_http_fetch_request(lua_State *L, HTTPFetchRequest &req); static void push_http_fetch_result(lua_State *L, HTTPFetchResult &res, bool completed = true); // http_fetch_sync({url=, timeout=, data=}) static int l_http_fetch_sync(lua_State *L); // http_fetch_async({url=, timeout=, data=}) static int l_http_fetch_async(lua_State *L); // http_fetch_async_get(handle) static int l_http_fetch_async_get(lua_State *L); // request_http_api() static int l_request_http_api(lua_State *L); // get_http_api() static int l_get_http_api(lua_State *L); #endif // set_http_api_lua() [internal] static int l_set_http_api_lua(lua_State *L); public: static void Initialize(lua_State *L, int top); static void InitializeAsync(lua_State *L, int top); };