aboutsummaryrefslogtreecommitdiff
path: root/include/docker.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/docker.h')
-rw-r--r--include/docker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/docker.h b/include/docker.h
index 413bf6d..33726e6 100644
--- a/include/docker.h
+++ b/include/docker.h
@@ -83,5 +83,6 @@ int docker_exec(const char *args, unsigned flags);
int docker_build(const char *dirpath, const char *args, int engine);
int docker_script(const char *image, char *data, unsigned flags);
int docker_save(const char *image, const char *destdir, const char *compression_program);
+void docker_sanitize_tag(char *str);
#endif //OMC_DOCKER_H