X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsort.h;h=347574c4d20ba5bd90f68625eb0159cd537e0d8a;hb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;hp=63054413f539a0238f1efd7594faeb648a195869;hpb=06f9ee45954e5e71fa7f6262dbf37defa1dbf996;p=pspp diff --git a/src/sort.h b/src/sort.h index 63054413f5..347574c4d2 100644 --- a/src/sort.h +++ b/src/sort.h @@ -14,20 +14,22 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !sort_h #define sort_h 1 #include +#include "bool.h" struct casereader; struct dictionary; struct variable; struct sort_criteria *sort_parse_criteria (const struct dictionary *, - struct variable ***, int *); + struct variable ***, int *, + bool *saw_direction); void sort_destroy_criteria (struct sort_criteria *); struct casefile *sort_execute (struct casereader *,