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

Diff for /src/usr.bin/cvs/import.c between version 1.97 and 1.98

version 1.97, 2008/06/15 04:21:26 version 1.98, 2009/01/02 00:11:01
Line 30 
Line 30 
   
 static void import_loginfo(char *);  static void import_loginfo(char *);
 static void import_new(struct cvs_file *);  static void import_new(struct cvs_file *);
 static void import_printf(const char *, ...);  static void import_printf(const char *, ...)
           __attribute__((format(printf, 1, 2)));
 static void import_update(struct cvs_file *);  static void import_update(struct cvs_file *);
 static void import_tag(struct cvs_file *, RCSNUM *, RCSNUM *);  static void import_tag(struct cvs_file *, RCSNUM *, RCSNUM *);
 static BUF *import_get_rcsdiff(struct cvs_file *, RCSNUM *);  static BUF *import_get_rcsdiff(struct cvs_file *, RCSNUM *);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98