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

Diff for /src/usr.bin/cvs/tag.c between version 1.50 and 1.51

version 1.50, 2006/11/09 09:24:28 version 1.51, 2006/11/09 10:08:33
Line 21 
Line 21 
 #include "log.h"  #include "log.h"
 #include "remote.h"  #include "remote.h"
   
 int     cvs_tag(int, char **);  
 void    cvs_tag_local(struct cvs_file *);  void    cvs_tag_local(struct cvs_file *);
   
 static int tag_del(struct cvs_file *);  static int tag_del(struct cvs_file *);

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51