summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/src/client.h')
-rw-r--r--gnu/usr.bin/cvs/src/client.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/src/client.h b/gnu/usr.bin/cvs/src/client.h
index d313c965e6e..6d92da51149 100644
--- a/gnu/usr.bin/cvs/src/client.h
+++ b/gnu/usr.bin/cvs/src/client.h
@@ -83,7 +83,12 @@ 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 force));
+ unsigned int flags));
+
+/* Flags for send_files. */
+#define SEND_BUILD_DIRS 1
+#define SEND_FORCE 2
+#define SEND_NO_CONTENTS 4
/* Send an argument to the remote server. */
void