[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.15 and 1.16

version 1.15, 2004/12/07 17:10:56 version 1.16, 2004/12/16 17:16:18
Line 624 
Line 624 
   
   
 /*  /*
    * 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()   * rcs_getrevbydate()
  *   *
  * Get an RCS revision by a specific date.   * Get an RCS revision by a specific date.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16