diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2007-10-09 12:59:54 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2007-10-09 12:59:54 +0000 |
commit | 868da502acb914afd9fd6404607bb4374154c97a (patch) | |
tree | 7a927eea01461164dfaa078db3a4e3bcbbb82b49 /usr.bin/cvs/rcs.h | |
parent | 121846ddfbd76e9f8e2cf4234cda9c8cb2f92457 (diff) |
Added proper support for branch revisions in annotate.
OK niallo@, twice :)
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r-- | usr.bin/cvs/rcs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h index dec6a798419..16ea366dc36 100644 --- a/usr.bin/cvs/rcs.h +++ b/usr.bin/cvs/rcs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.h,v 1.79 2007/09/24 13:44:20 joris Exp $ */ +/* $OpenBSD: rcs.h,v 1.80 2007/10/09 12:59:53 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -263,6 +263,8 @@ void rcs_rev_write_stmp(RCSFILE *, RCSNUM *, char *, int); void rcs_rev_write_fd(RCSFILE *, RCSNUM *, int, int); struct cvs_lines *rcs_rev_getlines(RCSFILE *, RCSNUM *, struct cvs_line ***); +void rcs_annotate_getlines(RCSFILE *, RCSNUM *, + struct cvs_line ***); BUF *rcs_rev_getbuf(RCSFILE *, RCSNUM *, int); int rcs_kflag_get(const char *); |