X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fsort.h;h=7d945622959a62e74f8e9ce995ef88fa13d4d77e;hb=3816248a008a4af75aac6319d0c9929cb7ff679e;hp=267384b29c2c71a88eafa9e5af02e6706bbb3af5;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/math/sort.h b/src/math/sort.h index 267384b29c..7d94562295 100644 --- a/src/math/sort.h +++ b/src/math/sort.h @@ -60,8 +60,11 @@ void sort_destroy_criteria (struct sort_criteria *); struct casefile *sort_execute (struct casereader *, const struct sort_criteria *); -int sort_active_file_in_place (const struct sort_criteria *); +struct dataset ; +bool sort_active_file_in_place (struct dataset *ds, + const struct sort_criteria *); -struct casefile *sort_active_file_to_casefile (const struct sort_criteria *); +struct casefile *sort_active_file_to_casefile (struct dataset *ds, + const struct sort_criteria *); #endif /* !sort_h */