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.h2
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 6d92da51149..1f9c27f3087 100644
--- a/gnu/usr.bin/cvs/src/client.h
+++ b/gnu/usr.bin/cvs/src/client.h
@@ -169,7 +169,7 @@ extern char *toplevel_wd;
extern void client_import_setup PROTO((char *repository));
extern int client_process_import_file
PROTO((char *message, char *vfile, char *vtag,
- int targc, char *targv[], char *repository));
+ int targc, char *targv[], char *repository, int all_files_binary));
extern void client_import_done PROTO((void));
extern void client_notify PROTO((char *, char *, char *, int, char *));
#endif /* CLIENT_SUPPORT */