summaryrefslogtreecommitdiffstats
path: root/source3/client/client_proto.h
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2013-07-08 18:09:47 +0200
committerAndreas Schneider <asn@samba.org>2014-02-19 18:22:26 +0100
commit45a45c8edac20469e5b9e7b30a55e3a591b62f79 (patch)
treeae8a31183f5d267e9552690dfb768b3b8499b397 /source3/client/client_proto.h
parenteebd378b6cbc4b19c35b670cd5e493ef575c19cb (diff)
downloadsamba-45a45c8edac20469e5b9e7b30a55e3a591b62f79.tar.gz
samba-45a45c8edac20469e5b9e7b30a55e3a591b62f79.tar.xz
samba-45a45c8edac20469e5b9e7b30a55e3a591b62f79.zip
implement argument parsing, split client_proto.h
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/client_proto.h')
-rw-r--r--source3/client/client_proto.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h
index d119014abdc..3e91ff0fb35 100644
--- a/source3/client/client_proto.h
+++ b/source3/client/client_proto.h
@@ -38,15 +38,6 @@ NTSTATUS do_list(const char *mask,
bool dirs);
int cmd_iosize(void);
-/* The following definitions come from client/clitar.c */
-
-int cmd_block(void);
-int cmd_tarmode(void);
-int cmd_setmode(void);
-int cmd_tar(void);
-int process_tar(void);
-int tar_parseargs(int argc, char *argv[], const char *Optarg, int Optind);
-
/* The following definitions come from client/dnsbrowse.c */
int do_smb_browse(void);