X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fsort-criteria.h;h=18f79a9c89e19ff13d3cf3d763a36334e6607ff4;hb=50d37e46e023dd5cda55eac32c5e37554489db3b;hp=02a4a6cbefb8c552828535978f8b37c4f3dc605d;hpb=d709bb3de888c933c34064440b5431c9b62d9103;p=pspp diff --git a/src/language/stats/sort-criteria.h b/src/language/stats/sort-criteria.h index 02a4a6cbef..18f79a9c89 100644 --- a/src/language/stats/sort-criteria.h +++ b/src/language/stats/sort-criteria.h @@ -22,10 +22,12 @@ 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 */