diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-11-27 14:19:54 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-11-27 14:19:54 +0000 |
commit | f527cc584c2f1757f70b95388bcc2df690a03255 (patch) | |
tree | 3583ae3b93d617a4d926395823b94f661bfab622 /usr.bin/cvs/cvs.h | |
parent | c8d108405c2742083a623f5f1b8b71ebdaee339f (diff) |
client-side of the annotate command is usable, build it too.
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 14b8241437c..9d207c6762e 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.122 2006/11/14 15:39:41 xsa Exp $ */ +/* $OpenBSD: cvs.h,v 1.123 2006/11/27 14:19:53 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -365,6 +365,7 @@ int update_has_conflict_markers(struct cvs_file *); /* commands */ int cvs_add(int, char **); int cvs_admin(int, char **); +int cvs_annotate(int, char **); int cvs_commit(int, char **); int cvs_diff(int, char **); int cvs_getlog(int, char **); |