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

Diff for /src/usr.bin/cvs/rcs.c between version 1.53 and 1.54

version 1.53, 2005/05/25 21:32:31 version 1.54, 2005/05/25 21:59:16
Line 1258 
Line 1258 
 }  }
   
 /*  /*
  * rcs_gethead()  
  *  
  * Get the head revision for the RCS file <rf>.  
  */  
 BUF*  
 rcs_gethead(RCSFILE *rf)  
 {  
         return rcs_getrev(rf, rf->rf_head);  
 }  
   
 /*  
  * rcs_getrevbydate()  
  *  
  * Get an RCS revision by a specific date.  
  */  
 RCSNUM*  
 rcs_getrevbydate(RCSFILE *rfp, struct tm *date)  
 {  
         return (NULL);  
 }  
   
 /*  
  * rcs_rev_add()   * rcs_rev_add()
  *   *
  * Add a revision to the RCS file <rf>.  The new revision's number can be   * Add a revision to the RCS file <rf>.  The new revision's number can be

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54