/[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.5 by blp, Mon May 2 06:21:20 2005 UTC revision 1.6 by blp, Sun Aug 21 07:21:06 2005 UTC
# Line 54  int dict_contains_var (const struct dict Line 54  int dict_contains_var (const struct dict
54  void dict_delete_var (struct dictionary *, struct variable *);  void dict_delete_var (struct dictionary *, struct variable *);
55  void dict_delete_vars (struct dictionary *,  void dict_delete_vars (struct dictionary *,
56                         struct variable *const *, size_t count);                         struct variable *const *, size_t count);
57    void dict_delete_scratch_vars (struct dictionary *);
58  void dict_reorder_var (struct dictionary *d, struct variable *v,  void dict_reorder_var (struct dictionary *d, struct variable *v,
59                         size_t new_index);                         size_t new_index);
60  void dict_reorder_vars (struct dictionary *,  void dict_reorder_vars (struct dictionary *,

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