diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2007-01-03 22:28:31 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2007-01-03 22:28:31 +0000 |
commit | 36b0c9e066cc83ad9bbae99899730308b0b802eb (patch) | |
tree | b5c55a3542f5b9f561e594756a325960b55bd1f3 /usr.bin/cvs/remote.h | |
parent | 154ac13620baabf42e54a1cd83dcec4f9fc9d6ec (diff) |
add support for 'remove' in a remote setup.
testing appriciated, as always.
Diffstat (limited to 'usr.bin/cvs/remote.h')
-rw-r--r-- | usr.bin/cvs/remote.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/remote.h b/usr.bin/cvs/remote.h index 8966d72788e..80df1555137 100644 --- a/usr.bin/cvs/remote.h +++ b/usr.bin/cvs/remote.h @@ -1,4 +1,4 @@ -/* $OpenBSD: remote.h,v 1.16 2007/01/03 19:27:28 joris Exp $ */ +/* $OpenBSD: remote.h,v 1.17 2007/01/03 22:28:30 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -84,6 +84,7 @@ void cvs_server_set(char *); void cvs_server_static_directory(char *); void cvs_server_sticky(char *); void cvs_server_update_patches(char *); +void cvs_server_update_entry(const char *, struct cvs_file *cf); void cvs_server_add(char *); void cvs_server_admin(char *); |