summaryrefslogtreecommitdiffstats
path: root/source3/client/clitar_proto.h
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2013-07-09 15:10:44 +0200
committerAndreas Schneider <asn@samba.org>2014-02-19 18:22:26 +0100
commit60eec86ceb08814dabb986219f756d1645efb82c (patch)
tree4f18d1ec8e87bd07129bfe1abf633cdd7a60f735 /source3/client/clitar_proto.h
parentb753900b09e6b5001042e45388b72ad36e8a0093 (diff)
downloadsamba-60eec86ceb08814dabb986219f756d1645efb82c.tar.gz
samba-60eec86ceb08814dabb986219f756d1645efb82c.tar.xz
samba-60eec86ceb08814dabb986219f756d1645efb82c.zip
clitar.c, client.c: add flag to know if there's a tar operation to do.
- remove tar_type global. Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com> [ddiss@samba.org: rebase against lp_cli_maxprotocol() changes] Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/client/clitar_proto.h')
-rw-r--r--source3/client/clitar_proto.h1
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_ */