Lua: Support retrieval of individual variables from scripts.

This commit is contained in:
ivanr
2007-12-19 14:35:20 +00:00
parent aef5a460b6
commit 4414cb8527
3 changed files with 94 additions and 2 deletions

View File

@@ -65,6 +65,9 @@ int DSOLOCAL msre_parse_generic(apr_pool_t *pool, const char *text, apr_table_t
int DSOLOCAL rule_id_in_range(int ruleid, const char *range);
msre_var DSOLOCAL *generate_single_var(modsec_rec *msr, msre_var *var, msre_rule *rule,
apr_pool_t *mptmp);
/* Structures with the corresponding functions */