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:
@ -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:
|
||||
|
Reference in New Issue
Block a user