pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/sort.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/sort.h
Date: Sun, 13 Mar 2005 02:31:58 -0500

Index: pspp/src/sort.h
diff -u pspp/src/sort.h:1.5 pspp/src/sort.h:1.6
--- pspp/src/sort.h:1.5 Tue Jun  1 04:57:30 2004
+++ pspp/src/sort.h     Sun Mar 13 07:31:53 2005
@@ -21,13 +21,15 @@
 #define sort_h 1
 
 #include <stddef.h>
+#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 *,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]