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

Diff for /src/usr.bin/rcs/ci.c between version 1.189 and 1.190

version 1.189, 2006/11/09 21:47:52 version 1.190, 2006/11/18 20:18:28
Line 319 
Line 319 
  * checkin_diff_file()   * checkin_diff_file()
  *   *
  * Generate the diff between the working file and a revision.   * Generate the diff between the working file and a revision.
  * Returns pointer to a char array on success, NULL on failure.   * Returns pointer to a BUF on success, NULL on failure.
  */   */
 static BUF *  static BUF *
 checkin_diff_file(struct checkin_params *pb)  checkin_diff_file(struct checkin_params *pb)

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190