diff options
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 *); |