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

Diff of /pspp/src/dictionary.h

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

revision 1.1 by blp, Mon Nov 15 09:51:22 2004 UTC revision 1.2 by blp, Mon Mar 14 06:54:40 2005 UTC
# Line 74  int dict_get_next_value_idx (const struc Line 74  int dict_get_next_value_idx (const struc
74  size_t dict_get_case_size (const struct dictionary *);  size_t dict_get_case_size (const struct dictionary *);
75    
76  void dict_compact_values (struct dictionary *);  void dict_compact_values (struct dictionary *);
77    void dict_compact_case (const struct dictionary *,
78                            struct ccase *, const struct ccase *);
79  size_t dict_get_compacted_value_cnt (const struct dictionary *);  size_t dict_get_compacted_value_cnt (const struct dictionary *);
80  int *dict_get_compacted_idx_to_fv (const struct dictionary *);  int *dict_get_compacted_idx_to_fv (const struct dictionary *);
81    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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