summaryrefslogtreecommitdiffstats
path: root/source3/client/clitar_proto.h
diff options
context:
space:
mode:
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 3b2671a93e9..65204768ea9 100644
--- a/source3/client/clitar_proto.h
+++ b/source3/client/clitar_proto.h
@@ -29,5 +29,6 @@ int cmd_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);
+struct tar *tar_get_ctx(void);
#endif /* _CLITAR_PROTO_H_ */