summaryrefslogtreecommitdiff
path: root/graphics/geeqie/files/patch-src_bar__exif.h
blob: 934352cf9b04b43e5899dbe6f37359f3c91f5b75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/bar_exif.h.orig	2019-08-20 19:01:23 UTC
+++ src/bar_exif.h
@@ -29,8 +29,8 @@ void bar_pane_exif_entry_add_from_config(GtkWidget *pa
 
 /* these are exposed for when duplication of the exif bar's text is needed */
 
-const gchar **bar_exif_key_list;
-const gint bar_exif_key_count;
+extern const gchar **bar_exif_key_list;
+extern const gint bar_exif_key_count;
 GList *bar_pane_exif_list();
 
 #endif