diff options
-rw-r--r-- | source3/client/clitar.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c index 53005d424b..d8bb19bfa8 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -168,20 +168,6 @@ struct tar tar_ctx = { .mode.verbose = false, }; -/* interactive commands, exported functions */ -int cmd_block(void); -int cmd_setmode(void); -int cmd_tar(void); -int cmd_tarmode(void); - -/* tar, exported functions */ -int tar_process(struct tar *t); -bool tar_to_process(struct tar *t); -int tar_parse_args(struct tar *t, - const char *flag, - const char **val, int valsize); - - /* tar, local function */ static int tar_create(struct tar* t); static int tar_create_from_list(struct tar *t); |