aboutsummaryrefslogtreecommitdiff
path: root/src/imv.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-06-06 20:35:43 +0100
committerHarry Jeffery <harry@exec64.co.uk>2017-06-06 20:35:43 +0100
commiteb0b93b8e28f8b885f60d53f011357324a3a4d94 (patch)
treebd41e7d30c87f0b572f7a974d0e8e8f5b0f8eb95 /src/imv.h
parenteff4ee3fb359d747610ee706e904c8914841a6ba (diff)
downloadimv-eb0b93b8e28f8b885f60d53f011357324a3a4d94.tar.gz
check_stdin_for_paths shouldn't be public
Diffstat (limited to 'src/imv.h')
-rw-r--r--src/imv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/imv.h b/src/imv.h
index 0538ca7..0945fe2 100644
--- a/src/imv.h
+++ b/src/imv.h
@@ -27,8 +27,6 @@ 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);