aboutsummaryrefslogtreecommitdiff
path: root/src/imv.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-06-06 19:52:20 +0100
committerHarry Jeffery <harry@exec64.co.uk>2017-06-06 19:53:08 +0100
commit6c7e4b9c032cd40674169c06561fe58f18f146cd (patch)
tree2862314fc69d3080bf8b9e5e5c85e10a5c83f6e7 /src/imv.h
parent625a1c14dbc0473cd50f96c536ead99f807776c2 (diff)
downloadimv-6c7e4b9c032cd40674169c06561fe58f18f146cd.tar.gz
Load paths from stdin
Diffstat (limited to 'src/imv.h')
-rw-r--r--src/imv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imv.h b/src/imv.h
index 0945fe2..0538ca7 100644
--- a/src/imv.h
+++ b/src/imv.h
@@ -27,6 +27,8 @@ void imv_free(struct imv *imv);
bool imv_parse_args(struct imv *imv, int argc, char **argv);
+void imv_check_stdin_for_paths(struct imv *imv);
+
void imv_add_path(struct imv *imv, const char *path);
bool imv_run(struct imv *imv);