aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2017-11-26 20:02:53 +0100
committerThomas White <taw@bitwiz.org.uk>2017-11-26 20:02:53 +0100
commit2bf28d3b9de3ae3af076c569ffaccb66e13857f1 (patch)
treedd2ef413583e63ea589019fe687b0b599059bd34 /src/colloquium.h
parent86e80d221809201f4cab608c5312bce8c76618a8 (diff)
Use config file for image store pathname
Diffstat (limited to 'src/colloquium.h')
-rw-r--r--src/colloquium.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/colloquium.h b/src/colloquium.h
index a9b9245..5b4677c 100644
--- a/src/colloquium.h
+++ b/src/colloquium.h
@@ -1,7 +1,7 @@
/*
* colloquium.h
*
- * Copyright © 2014 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2014-2017 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -36,4 +36,6 @@ typedef struct _colloquium Colloquium;
GTK_TYPE_APPLICATION, Colloquium))
+const char *colloquium_get_imagestore(Colloquium *app);
+
#endif /* COLLOQUIUM_H */