[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.95 and 1.96

version 1.95, 2005/10/29 19:05:50 version 1.96, 2005/10/30 11:10:12
Line 1362 
Line 1362 
  * one).  The <msg> argument specifies the log message for that revision, and   * one).  The <msg> argument specifies the log message for that revision, and
  * <date> specifies the revision's date (a value of -1 is   * <date> specifies the revision's date (a value of -1 is
  * equivalent to using the current time).   * equivalent to using the current time).
  * If <username> is NULL, set the author for this revision to the current user.   * If <username> is NULL, set the author for this revision to the current user.
  * Otherwise, set it to <username>.   * Otherwise, set it to <username>.
  * Returns 0 on success, or -1 on failure.   * Returns 0 on success, or -1 on failure.
  */   */
Line 2841 
Line 2841 
  * rcs_deltatext_set()   * rcs_deltatext_set()
  *   *
  * Set deltatext for <rev> in RCS file <rfp> to <dtext>   * Set deltatext for <rev> in RCS file <rfp> to <dtext>
  * Returns -1 on error, 0 on success.   * Returns -1 on error, 0 on success.
  */   */
 int  int
 rcs_deltatext_set(RCSFILE *rfp, RCSNUM *rev, const char *dtext)  rcs_deltatext_set(RCSFILE *rfp, RCSNUM *rev, const char *dtext)
Line 2924 
Line 2924 
  *   *
  * Check if string <state> is valid.   * Check if string <state> is valid.
  *   *
  * Returns 0 if the string is valid, -1 otherwise.   * Returns 0 if the string is valid, -1 otherwise.
  */   */
 int  int
 rcs_state_check(const char *state)  rcs_state_check(const char *state)

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96