Removed the value_cnt associated with the caseordering
[pspp-builds.git] / src / math / sort.h
index 7f7b2f8f740b3c2dc69784df4432b69da22da7c3..ea2c16b2e14a8a8ed1c2fbe0f838bb92bdcd4870 100644 (file)
@@ -25,7 +25,7 @@ struct case_ordering;
 extern int min_buffers ;
 extern int max_buffers ;
 
-struct casewriter *sort_create_writer (struct case_ordering *);
+struct casewriter *sort_create_writer (struct case_ordering *, size_t value_cnt);
 struct casereader *sort_execute (struct casereader *, struct case_ordering *);
 
 #endif /* math/sort.h */