/[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.6 by blp, Sun Aug 21 07:21:06 2005 UTC revision 1.7 by jmd, Mon Sep 12 11:33:55 2005 UTC
# Line 34  void dict_destroy (struct dictionary *); Line 34  void dict_destroy (struct dictionary *);
34  size_t dict_get_var_cnt (const struct dictionary *);  size_t dict_get_var_cnt (const struct dictionary *);
35  struct variable *dict_get_var (const struct dictionary *, size_t idx);  struct variable *dict_get_var (const struct dictionary *, size_t idx);
36  void dict_get_vars (const struct dictionary *,  void dict_get_vars (const struct dictionary *,
37                      struct variable ***vars, size_t *cnt,                      struct variable ***vars, int *cnt,
38                      unsigned exclude_classes);                      unsigned exclude_classes);
39    
40  struct variable *dict_create_var (struct dictionary *, const char *,  struct variable *dict_create_var (struct dictionary *, const char *,

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

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