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

Diff of /pspp/src/case.h

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

revision 1.4 by blp, Tue Mar 1 08:16:15 2005 UTC revision 1.5 by blp, Tue Apr 26 06:32:02 2005 UTC
# Line 21  Line 21 
21  #define HEADER_CASE  #define HEADER_CASE
22    
23  #include <stddef.h>  #include <stddef.h>
24    #include "bool.h"
25  #include "val.h"  #include "val.h"
26    
27  /* Opaque structure that represents a case.  Use accessor  /* Opaque structure that represents a case.  Use accessor
# Line 76  CASE_INLINE const char *case_str (const Line 77  CASE_INLINE const char *case_str (const
77    
78  CASE_INLINE union value *case_data_rw (struct ccase *, size_t idx);  CASE_INLINE union value *case_data_rw (struct ccase *, size_t idx);
79    
80    struct variable;
81    int case_compare (const struct ccase *, const struct ccase *,
82                      struct variable *const *, size_t var_cnt);
83    int case_compare_2dict (const struct ccase *, const struct ccase *,
84                            struct variable *const *, struct variable *const *,
85                            size_t var_cnt);
86    
87  const union value *case_data_all (const struct ccase *);  const union value *case_data_all (const struct ccase *);
88  union value *case_data_all_rw (struct ccase *);  union value *case_data_all_rw (struct ccase *);
89    

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

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