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

Diff for /src/usr.bin/rcs/buf.c between version 1.4 and 1.5

version 1.4, 2006/06/01 21:28:24 version 1.5, 2006/06/03 03:05:10
Line 150 
Line 150 
 }  }
   
 /*  /*
    * rcs_buf_get()
    */
   void *
   rcs_buf_get(BUF *b)
   {
           return (b->cb_buf);
   }
   
   /*
  * rcs_buf_empty()   * rcs_buf_empty()
  *   *
  * Empty the contents of the buffer <b> and reset pointers.   * Empty the contents of the buffer <b> and reset pointers.

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