aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.h
diff options
context:
space:
mode:
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 */