X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2Fpublic.h;h=a4313a40c0aff4750353c2e5fceb5498e4b809bb;hb=339f1956cc727eda788638644ef93ab7852b31cd;hp=105971306511e8eaef9a097f49e168364f008479;hpb=ff7ae14592cbdbebc4e4322424db95663ea7e166;p=pspp diff --git a/src/language/expressions/public.h b/src/language/expressions/public.h index 1059713065..a4313a40c0 100644 --- a/src/language/expressions/public.h +++ b/src/language/expressions/public.h @@ -45,9 +45,9 @@ void expr_evaluate_str (struct expression *, const struct ccase *, int case_idx, char *dst, size_t dst_size); const struct operation *expr_get_function (size_t idx); -size_t expr_get_function_cnt (void); +size_t expr_get_n_functions (void); const char *expr_operation_get_name (const struct operation *); const char *expr_operation_get_prototype (const struct operation *); -int expr_operation_get_arg_cnt (const struct operation *); +int expr_operation_get_n_args (const struct operation *); #endif /* expr.h */