X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fsort-criteria.h;h=a222cbc7431e5a3803810accaf878425bf71ab57;hb=11d2ffde279bad43d0c271f7fbfad383969e063f;hp=8ee3dbaa28ffa391c0712f6f9e1e5f0b104b0c5c;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/language/stats/sort-criteria.h b/src/language/stats/sort-criteria.h index 8ee3dbaa28..a222cbc743 100644 --- a/src/language/stats/sort-criteria.h +++ b/src/language/stats/sort-criteria.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -22,11 +21,13 @@ #include #include +#include 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