X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fsort-criteria.h;h=b2bd9ab4859743fbe19ac093f583a5d5471212ce;hb=92c09e564002d356d20fc1e2e131027ef89f6748;hp=1c44cc586eecfc0cc6df2f9c7e3572c41a1abdc0;hpb=661b9ee29cbb6b89c4ea53a05b8a4eb3a5028de0;p=pspp-builds.git diff --git a/src/language/stats/sort-criteria.h b/src/language/stats/sort-criteria.h index 1c44cc58..b2bd9ab4 100644 --- a/src/language/stats/sort-criteria.h +++ b/src/language/stats/sort-criteria.h @@ -23,17 +23,12 @@ #include #include -struct variable; struct dictionary; -struct lexer ; +struct lexer; -struct sort_criteria *sort_parse_criteria (struct lexer *, const struct dictionary *, - const struct variable ***, size_t *, - bool *saw_direction, - const int *terminators - ); - -void sort_destroy_criteria (struct sort_criteria *criteria) ; +struct case_ordering *parse_case_ordering (struct lexer *, + const struct dictionary *, + bool *saw_direction); #endif /* SORT_PRS_H */