From 2bf28d3b9de3ae3af076c569ffaccb66e13857f1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 26 Nov 2017 20:02:53 +0100 Subject: Use config file for image store pathname --- src/colloquium.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/colloquium.h') 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 + * Copyright © 2014-2017 Thomas White * * 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 */ -- cgit v1.2.3