diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-11-14 09:49:53 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-11-14 09:49:53 +0000 |
commit | 4bfbb654e263cc09389d7b82637f43a1e6710a48 (patch) | |
tree | 36870544540c584bcf2131aba230e5a34d2895be | |
parent | 4df1d752e6e0725b6404747dfde81baa24e7c3b9 (diff) |
add this, so version compiles...
-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 ba585857c36..84006b46133 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.120 2006/11/13 12:06:27 xsa Exp $ */ +/* $OpenBSD: cvs.h,v 1.121 2006/11/14 09:49:52 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -371,5 +371,6 @@ int cvs_remove(int, char **); int cvs_status(int, char **); int cvs_tag(int, char **); int cvs_update(int, char **); +int cvs_version(int, char **); #endif |