[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.64 and 1.65

version 1.64, 2005/11/21 16:20:28 version 1.65, 2005/11/22 09:54:00
Line 276 
Line 276 
 /*  /*
  * 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 char array on success, NULL on failure.
  */   */
 static char *  static char *
Line 337 
Line 337 
 }  }
   
 /*  /*
  * checkin_getlogmsg()   * checkin_getlogmsg()
  *   *
  * Get log message from user interactively.   * Get log message from user interactively.
  * Returns pointer to a char array on success, NULL on failure.   * Returns pointer to a char array on success, NULL on failure.
Line 572 
Line 572 
   
 /*  /*
  * checkin_init()   * checkin_init()
  *   *
  * Does an initial check in, just enough to create the new ,v file   * Does an initial check in, just enough to create the new ,v file
  * XXX not fully implemented yet.   * XXX not fully implemented yet.
  * On success, return 0. On error return -1.   * On success, return 0. On error return -1.
Line 753 
Line 753 
  * checkin_rcsfile()   * checkin_rcsfile()
  *   *
  * Given a relative filename, decide where the corresponding ,v file   * Given a relative filename, decide where the corresponding ,v file
  * should be.   * should be.
  *   *
  * Returns pointer to a char array on success, NULL on failure.   * Returns pointer to a char array on success, NULL on failure.
  */   */

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65