diff options
-rw-r--r-- | server/util_expr_eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 5003d17812..b350cfc771 100644 --- a/server/util_expr_eval.c +++ b/server/util_expr_eval.c @@ -1577,6 +1577,7 @@ static const struct expr_provider_single string_func_providers[] = { { filesize_func, "filesize", NULL, 1 }, { NULL, NULL, NULL} }; +/* XXX: base64 encode/decode ? */ static const struct expr_provider_single unary_op_providers[] = { { op_nz, "n", NULL, 0 }, |