diff options
Diffstat (limited to 'contrib/cvs/src/client.h')
-rw-r--r-- | contrib/cvs/src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cvs/src/client.h b/contrib/cvs/src/client.h index c323cf3..b4d404a 100644 --- a/contrib/cvs/src/client.h +++ b/contrib/cvs/src/client.h @@ -109,6 +109,7 @@ send_files PROTO((int argc, char **argv, int local, int aflag, #define SEND_BUILD_DIRS 1 #define SEND_FORCE 2 #define SEND_NO_CONTENTS 4 +#define BACKUP_MODIFIED_FILES 8 /* Send an argument to the remote server. */ void |