diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-02-01 17:19:00 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-02-01 17:19:00 +0000 |
commit | af82a991d0327114da1b142bbfae5e57aa558095 (patch) | |
tree | 4308e8aa255c02238c85afaa4254cefa6eaaffa8 /usr.bin/cvs/cvs.h | |
parent | 188c53eb8b603b04e09d6a50cde302943b84ff34 (diff) |
Added rannotate support
OK xsa@
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 7f4751c03b0..b50bf72191a 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.149 2008/01/31 10:15:05 tobias Exp $ */ +/* $OpenBSD: cvs.h,v 1.150 2008/02/01 17:18:59 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -332,6 +332,7 @@ extern struct cvs_cmd cvs_cmd_history; extern struct cvs_cmd cvs_cmd_import; extern struct cvs_cmd cvs_cmd_init; extern struct cvs_cmd cvs_cmd_log; +extern struct cvs_cmd cvs_cmd_rannotate; extern struct cvs_cmd cvs_cmd_rdiff; extern struct cvs_cmd cvs_cmd_release; extern struct cvs_cmd cvs_cmd_remove; |