diff options
Diffstat (limited to 'source3/client/clitar_proto.h')
-rw-r--r-- | source3/client/clitar_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/client/clitar_proto.h b/source3/client/clitar_proto.h index e66c9f9ad8..1069070362 100644 --- a/source3/client/clitar_proto.h +++ b/source3/client/clitar_proto.h @@ -28,5 +28,6 @@ int cmd_setmode(void); int cmd_tar(void); int process_tar(void); int tar_parse_args(struct tar *tar, const char *flag, const char **val, int valsize); +bool tar_to_process(struct tar *tar); #endif /* _CLITAR_PROTO_H_ */ |