Rename FILTER_DEF to MXS_FILTER_DEF

Provide functions that allows the actual definition of MXS_FILTER_DEF
to be made private.
This commit is contained in:
Johan Wikman
2017-01-13 14:30:11 +02:00
parent affec5e388
commit 265e5c0593
14 changed files with 101 additions and 241 deletions

View File

@ -1524,7 +1524,7 @@ convert_arg(char *arg, int arg_type)
break;
case ARG_TYPE_FILTER:
rval = (unsigned long)filter_find(arg);
rval = (unsigned long)filter_def_find(arg);
break;
case ARG_TYPE_NUMERIC: