diff options
author | Thomas White <taw@bitwiz.org.uk> | 2017-11-26 20:02:53 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2017-11-26 20:02:53 +0100 |
commit | 2bf28d3b9de3ae3af076c569ffaccb66e13857f1 (patch) | |
tree | dd2ef413583e63ea589019fe687b0b599059bd34 /src/imagestore.h | |
parent | 86e80d221809201f4cab608c5312bce8c76618a8 (diff) |
Use config file for image store pathname
Diffstat (limited to 'src/imagestore.h')
-rw-r--r-- | src/imagestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imagestore.h b/src/imagestore.h index d2ab7f7..016b2e3 100644 --- a/src/imagestore.h +++ b/src/imagestore.h @@ -32,7 +32,7 @@ typedef struct _imagestore ImageStore; -extern ImageStore *imagestore_new(void); +extern ImageStore *imagestore_new(const char *storename); extern void imagestore_destroy(ImageStore *is); |