/[pspp]/pspp/src/sort.h
ViewVC logotype

Diff of /pspp/src/sort.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by blp, Tue Jun 1 04:57:30 2004 UTC revision 1.6 by blp, Sun Mar 13 07:31:53 2005 UTC
# Line 21  Line 21 
21  #define sort_h 1  #define sort_h 1
22    
23  #include <stddef.h>  #include <stddef.h>
24    #include "bool.h"
25    
26  struct casereader;  struct casereader;
27  struct dictionary;  struct dictionary;
28  struct variable;  struct variable;
29    
30  struct sort_criteria *sort_parse_criteria (const struct dictionary *,  struct sort_criteria *sort_parse_criteria (const struct dictionary *,
31                                             struct variable ***, int *);                                             struct variable ***, int *,
32                                               bool *saw_direction);
33  void sort_destroy_criteria (struct sort_criteria *);  void sort_destroy_criteria (struct sort_criteria *);
34    
35  struct casefile *sort_execute (struct casereader *,  struct casefile *sort_execute (struct casereader *,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26