Encapsulated lexer and updated calling functions accordingly.
[pspp-builds.git] / src / language / stats / sort-criteria.h
index 0c804a8c36eda594712e01d241149eda4282ae8b..61d4db7c46f525ba21bf4d61cc479e98a77d1036 100644 (file)
@@ -26,8 +26,9 @@
 
 struct variable;
 struct dictionary;
+struct lexer ;
 
-struct sort_criteria *sort_parse_criteria (const struct dictionary *,
+struct sort_criteria *sort_parse_criteria (struct lexer *, const struct dictionary *,
                                            struct variable ***, size_t *,
                                            bool *saw_direction,
                                           const int *terminators