X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fmath%2Fsort.h;h=96ac32cc0b7a54a85e8297822b80ccfddbd40451;hp=1948d0abea10df18edf47fb81cd736922a99fccb;hb=5c3291dc396b795696e94f47780308fd7ace6fc4;hpb=c6fe58a22249f4f486b42f35fd8bd537c91e8e6e diff --git a/src/math/sort.h b/src/math/sort.h index 1948d0ab..96ac32cc 100644 --- a/src/math/sort.h +++ b/src/math/sort.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,17 +17,15 @@ #ifndef MATH_SORT_H #define MATH_SORT_H 1 -#include -#include - struct subcase; +struct caseproto; struct variable; extern int min_buffers ; extern int max_buffers ; struct casewriter *sort_create_writer (const struct subcase *, - size_t value_cnt); + const struct caseproto *); struct casereader *sort_execute (struct casereader *, const struct subcase *); struct casereader *sort_execute_1var (struct casereader *, const struct variable *);