diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-02-03 18:18:45 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-02-03 18:18:45 +0000 |
commit | 596d463f3adebfac3f5ca7c83e6e8130fd1e39fb (patch) | |
tree | 099b0c9c755c0b7026fc21f42eb177cc08fffdbd /usr.bin/cvs/remote.h | |
parent | 6f332ca68f94c1595e84bd2788f6dabd3d9327ad (diff) |
Added rdiff support. In order to do this, some output and option fixes
had to be done for diff, too.
OK joris@
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 79a867c3c93..45836601009 100644 --- a/usr.bin/cvs/remote.h +++ b/usr.bin/cvs/remote.h @@ -1,4 +1,4 @@ -/* $OpenBSD: remote.h,v 1.29 2008/02/01 17:18:59 tobias Exp $ */ +/* $OpenBSD: remote.h,v 1.30 2008/02/03 18:18:44 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -105,6 +105,7 @@ void cvs_server_export(char *); void cvs_server_init(char *); void cvs_server_log(char *); void cvs_server_rannotate(char *); +void cvs_server_rdiff(char *); void cvs_server_release(char *); void cvs_server_remove(char *); void cvs_server_rlog(char *); |