summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-06-21 14:50:40 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-06-21 14:50:40 +0100
commit0ec76e53cdb0b15da1dd14bb1c53134dc1f3a55b (patch)
treefc26cf0d4eaaf70d5c89988634c809869d208b67 /src/util.h
parentccd86becdc2c9311e4faac65aff76f7aa0e68a78 (diff)
some changes and hacks to get GeoIP on Windows
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 7e03b78..a1920b7 100644
--- a/src/util.h
+++ b/src/util.h
@@ -98,4 +98,8 @@ gboolean is_minimised_arg(const gchar * arg);
GtkWidget *trg_vbox_new(gboolean homogeneous, gint spacing);
GtkWidget *trg_hbox_new(gboolean homogeneous, gint spacing);
+#ifdef WIN32
+gchar *trg_win32_support_path(gchar *file);
+#endif
+
#endif /* UTIL_H_ */