diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-13 18:53:03 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-13 18:53:03 +0100 |
commit | a1347ca2e256817a3829416088de0ee304f44711 (patch) | |
tree | 295241ca1aefdc272d016e36efc75a5baa43a1bd /src/lua/lua_common.h | |
parent | 320a2ccbf52b77bef68cb7619ef06c0d74b883a1 (diff) | |
download | rspamd-a1347ca2e256817a3829416088de0ee304f44711.tar.gz rspamd-a1347ca2e256817a3829416088de0ee304f44711.zip |
[Feature] Improve error report for type missmatch in lua
Diffstat (limited to 'src/lua/lua_common.h')
-rw-r--r-- | src/lua/lua_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 63039533c..ba389d7a6 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -302,6 +302,7 @@ struct rspamd_config * lua_check_config (lua_State * L, gint pos); * - V - size_t + const char * * - U{classname} - userdata of the following class (stored in gpointer) * - F - function + * - O - ucl_object_t * * * If any of keys is prefixed with `*` then it is treated as required argument * @param L lua state |