/[pspp]/pspp/src/sfm-write.h
ViewVC logotype

Diff of /pspp/src/sfm-write.h

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

revision 1.3 by jmd, Fri Apr 29 01:02:15 2005 UTC revision 1.4 by blp, Mon May 2 06:21:20 2005 UTC
# Line 25  Line 25 
25  struct file_handle;  struct file_handle;
26  struct dictionary;  struct dictionary;
27  struct ccase;  struct ccase;
28  struct sfm_writer *sfm_open_writer (struct file_handle *,  struct sfm_writer *sfm_open_writer (struct file_handle *, struct dictionary *,
                                     const struct dictionary *,  
29                                      int compress, short omit_longnames);                                      int compress, short omit_longnames);
30    
31  int sfm_write_case (struct sfm_writer *, struct ccase *);  int sfm_write_case (struct sfm_writer *, struct ccase *);

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