[BACK]Return to util.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/util.h between version 1.5 and 1.6

version 1.5, 2006/05/27 03:30:31 version 1.6, 2006/05/27 16:18:23
Line 70 
Line 70 
                             int (*p)(struct cvs_lines *, struct cvs_lines *));                              int (*p)(struct cvs_lines *, struct cvs_lines *));
 struct cvs_lines        *cvs_splitlines(const char *);  struct cvs_lines        *cvs_splitlines(const char *);
 void                    cvs_freelines(struct cvs_lines *);  void                    cvs_freelines(struct cvs_lines *);
 int                     cvs_yesno(void);  
 struct cvs_argvector    *cvs_strsplit(char *, const char *);  struct cvs_argvector    *cvs_strsplit(char *, const char *);
   
 void                    cvs_argv_destroy(struct cvs_argvector *);  void                    cvs_argv_destroy(struct cvs_argvector *);

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