diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2007-01-12 17:25:34 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2007-01-12 17:25:34 +0000 |
commit | c50c5ab1efbb56ef86712456147a03d8083d1b12 (patch) | |
tree | 9aa390d9a311e9d3ea20404cd053fe39eb67dd95 /usr.bin/cvs/rcs.h | |
parent | 340ed637df4171b6293501027bb6819a0064e2b4 (diff) |
complete binary support for opencvs,
adding/importing binary files now works too
partially taken from openrcs
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r-- | usr.bin/cvs/rcs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h index 64aa1875684..c55d089d0de 100644 --- a/usr.bin/cvs/rcs.h +++ b/usr.bin/cvs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.69 2006/06/09 14:57:13 xsa Exp $ */ +/* $OpenBSD: rcs.h,v 1.70 2007/01/12 17:25:33 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -238,7 +238,7 @@ int rcs_lock_setmode(RCSFILE *, int); int rcs_lock_add(RCSFILE *, const char *, RCSNUM *); int rcs_lock_remove(RCSFILE *, const char *, RCSNUM *); BUF *rcs_getrev(RCSFILE *, RCSNUM *); -int rcs_deltatext_set(RCSFILE *, RCSNUM *, const char *); +int rcs_deltatext_set(RCSFILE *, RCSNUM *, BUF *); const char *rcs_desc_get(RCSFILE *); void rcs_desc_set(RCSFILE *, const char *); const char *rcs_comment_lookup(const char *); |