diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-21 18:59:26 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-09-21 18:59:26 +0100 |
commit | 8f20ff496c3d4cf5e2561cb3afd044f8523a3be2 (patch) | |
tree | 5667c69d53e24d49dea424655ce393bb6bf820c9 /src/lua/lua_task.c | |
parent | e67939617a9c3d6bb12aad6a77ae901039186b92 (diff) | |
download | rspamd-8f20ff496c3d4cf5e2561cb3afd044f8523a3be2.tar.gz rspamd-8f20ff496c3d4cf5e2561cb3afd044f8523a3be2.zip |
Update documentation.
Diffstat (limited to 'src/lua/lua_task.c')
-rw-r--r-- | src/lua/lua_task.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c index aa080792b..2383a8ae0 100644 --- a/src/lua/lua_task.c +++ b/src/lua/lua_task.c @@ -585,8 +585,6 @@ lua_check_url (lua_State * L) return ud ? *((struct uri **)ud) : NULL; } -/*** Task interface ***/ - static int lua_task_create_empty (lua_State *L) { @@ -1827,8 +1825,6 @@ lua_task_get_metric_action (lua_State *L) return 0; } -/**** Textpart implementation *****/ - /*** * @module mime_textpart * This module provides different methods to manipulate text parts data. Text parts |