diff options
Diffstat (limited to 'gnu/usr.bin/cvs/src/client.h')
-rw-r--r-- | gnu/usr.bin/cvs/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/src/client.h b/gnu/usr.bin/cvs/src/client.h index 10e1759f049..d313c965e6e 100644 --- a/gnu/usr.bin/cvs/src/client.h +++ b/gnu/usr.bin/cvs/src/client.h @@ -83,7 +83,7 @@ send_file_names PROTO((int argc, char **argv, unsigned int flags)); */ void send_files PROTO((int argc, char **argv, int local, int aflag, - int build_dirs)); + int build_dirs, int force)); /* Send an argument to the remote server. */ void |