aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_async.cpp
diff options
context:
space:
mode:
authorRealBadAngel <maciej.kasatkin@o2.pl>2014-05-14 23:19:31 +0200
committerRealBadAngel <maciej.kasatkin@o2.pl>2014-06-15 05:40:33 +0200
commit6c98fd6658fcf7c0c676ee88f03e364c852e9f1b (0 files changed, 0 insertions, 0 deletions
s="hl opt">*L); // auth_create(table) static int l_auth_create(lua_State *L); // auth_delete(name) static int l_auth_delete(lua_State *L); // auth_list_names() static int l_auth_list_names(lua_State *L); // auth_reload() static int l_auth_reload(lua_State *L); // helper for auth* methods static AuthDatabase *getAuthDb(lua_State *L); static void pushAuthEntry(lua_State *L, const AuthEntry &authEntry); public: