diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-12-14 19:11:55 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-12-14 19:11:55 +0000 |
commit | d3f8e3b34854dfc894f68ffecfb52d51eb933544 (patch) | |
tree | 9348e886c76ec2d4e42ac4902aae9ba4f53044f8 /usr.bin/cvs/cvs.h | |
parent | 206d0ad233511fb9358f9077aa0032fe99ab11d4 (diff) |
support the tag command
from Joris Vink
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 2441bebadd0..a23d9ce6761 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.38 2004/12/09 20:03:27 jfb Exp $ */ +/* $OpenBSD: cvs.h,v 1.39 2004/12/14 19:11:54 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -251,6 +251,7 @@ int cvs_import (int, char **); int cvs_init (int, char **); int cvs_server (int, char **); int cvs_status (int, char **); +int cvs_tag (int, char **); int cvs_update (int, char **); int cvs_version (int, char **); |