/[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.3 by jmd, Wed Jan 5 14:45:54 2005 UTC revision 1.4 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 56  CASE_INLINE void case_clone (struct ccas Line 56  CASE_INLINE void case_clone (struct ccas
56  CASE_INLINE void case_move (struct ccase *, struct ccase *);  CASE_INLINE void case_move (struct ccase *, struct ccase *);
57  CASE_INLINE void case_destroy (struct ccase *);  CASE_INLINE void case_destroy (struct ccase *);
58    
59    void case_resize (struct ccase *, size_t old_cnt, size_t new_cnt);
60    void case_swap (struct ccase *, struct ccase *);
61    
62  int case_try_create (struct ccase *, size_t value_cnt);  int case_try_create (struct ccase *, size_t value_cnt);
63  int case_try_clone (struct ccase *, const struct ccase *);  int case_try_clone (struct ccase *, const struct ccase *);
64    

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

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