X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fsort-criteria.h;h=18f79a9c89e19ff13d3cf3d763a36334e6607ff4;hb=3d859a4d0fc88efa2f2bd946f621799ef73739bd;hp=051c34e3b4c0f146b5067358f8755d7c1ceb197d;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/language/stats/sort-criteria.h b/src/language/stats/sort-criteria.h index 051c34e3b4..18f79a9c89 100644 --- a/src/language/stats/sort-criteria.h +++ b/src/language/stats/sort-criteria.h @@ -17,16 +17,17 @@ #ifndef SORT_CRITERIA_H #define SORT_CRITERIA_H -#include #include #include struct dictionary; struct lexer; +struct variable; +struct subcase; -struct case_ordering *parse_case_ordering (struct lexer *, - const struct dictionary *, - bool *saw_direction); +bool parse_sort_criteria (struct lexer *, const struct dictionary *, + struct subcase *, const struct variable ***vars, + bool *saw_direction); -#endif /* SORT_PRS_H */ +#endif /* sort-criteria.h */