aboutsummaryrefslogtreecommitdiff
path: root/src/imagestore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imagestore.h')
-rw-r--r--src/imagestore.h2
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);