Removed the value_cnt associated with the caseordering
[pspp-builds.git] / src / data / case-ordering.h
index 026cd8993690d72c526d15979dff25023d7dc25f..f49f26511402af246c01e26f5bbc2291e1b449e0 100644 (file)
@@ -32,7 +32,7 @@ enum sort_direction
   };
 
 /* Creation and destruction. */
-struct case_ordering *case_ordering_create (const struct dictionary *);
+struct case_ordering *case_ordering_create (void);
 struct case_ordering *case_ordering_clone (const struct case_ordering *);
 void case_ordering_destroy (struct case_ordering *);