aboutsummaryrefslogtreecommitdiff
path: root/src/imv.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-09-23 00:16:38 +0100
committerHarry Jeffery <harry@exec64.co.uk>2017-11-23 21:34:11 +0000
commit4579df9114c00075166b59a67724ec7472facb27 (patch)
tree0da6d65a35864d031ed2aa4421e20bdb4ba95db2 /src/imv.h
parentc51dff6a4e5bd21491bb0c085cb08f35275332a0 (diff)
downloadimv-4579df9114c00075166b59a67724ec7472facb27.tar.gz
Add support for a basic config file
Diffstat (limited to 'src/imv.h')
-rw-r--r--src/imv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imv.h b/src/imv.h
index 7c00bb7..a546b1c 100644
--- a/src/imv.h
+++ b/src/imv.h
@@ -25,6 +25,7 @@ struct imv;
struct imv *imv_create(void);
void imv_free(struct imv *imv);
+bool imv_load_config(struct imv *imv);
bool imv_parse_args(struct imv *imv, int argc, char **argv);
void imv_add_path(struct imv *imv, const char *path);