/[pspp]/pspp/src/file-type.c
ViewVC logotype

Diff of /pspp/src/file-type.c

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

revision 1.19 by blp, Mon May 2 06:21:20 2005 UTC revision 1.20 by blp, Sun May 8 20:55:05 2005 UTC
# Line 94  struct file_type_pgm Line 94  struct file_type_pgm
94  static int parse_col_spec (struct col_spec *, const char *);  static int parse_col_spec (struct col_spec *, const char *);
95  static void create_col_var (struct col_spec *c);  static void create_col_var (struct col_spec *c);
96    
97    int cmd_file_type (void);
98    
99  /* Parses FILE TYPE command. */  /* Parses FILE TYPE command. */
100  int  int
101  cmd_file_type (void)  cmd_file_type (void)
# Line 569  cmd_record_type (void) Line 571  cmd_record_type (void)
571    
572  /* END FILE TYPE. */  /* END FILE TYPE. */
573    
574    int cmd_end_file_type (void);
575  int  int
576  cmd_end_file_type (void)  cmd_end_file_type (void)
577  {  {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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