summaryrefslogtreecommitdiffstats
path: root/source3/client/clitar_proto.h
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2013-07-09 15:24:40 +0200
committerAndreas Schneider <asn@samba.org>2014-02-19 18:22:26 +0100
commit50d069637d9a95c5728069600f9cd9e945725a42 (patch)
treef3cda200f47e16fb4a4b3a29645de804e8c18372 /source3/client/clitar_proto.h
parent60eec86ceb08814dabb986219f756d1645efb82c (diff)
downloadsamba-50d069637d9a95c5728069600f9cd9e945725a42.tar.gz
samba-50d069637d9a95c5728069600f9cd9e945725a42.tar.xz
samba-50d069637d9a95c5728069600f9cd9e945725a42.zip
client.c, clitar.c: rename process_tar to tar_process, prepare code
Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com> 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clitar_proto.h b/source3/client/clitar_proto.h
index 1069070362..3b2671a93e 100644
--- a/source3/client/clitar_proto.h
+++ b/source3/client/clitar_proto.h
@@ -26,7 +26,7 @@ int cmd_block(void);
int cmd_tarmode(void);
int cmd_setmode(void);
int cmd_tar(void);
-int process_tar(void);
+int tar_process(struct tar* tar);
int tar_parse_args(struct tar *tar, const char *flag, const char **val, int valsize);
bool tar_to_process(struct tar *tar);