From 0720883b19cc4b8cc2886a695cf5c29b0e6afe20 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 29 Oct 2013 14:10:48 -0500 Subject: Export spice_uuid_to_string() properly Update map-file and spice-glib-sym-file --- gtk/map-file | 1 + gtk/spice-glib-sym-file | 1 + 2 files changed, 2 insertions(+) diff --git a/gtk/map-file b/gtk/map-file index a69eb40..368b44f 100644 --- a/gtk/map-file +++ b/gtk/map-file @@ -117,6 +117,7 @@ spice_usbredir_channel_get_type; spice_util_get_debug; spice_util_get_version_string; spice_util_set_debug; +spice_uuid_to_string; local: *; }; diff --git a/gtk/spice-glib-sym-file b/gtk/spice-glib-sym-file index 8540307..4fc8643 100644 --- a/gtk/spice-glib-sym-file +++ b/gtk/spice-glib-sym-file @@ -91,3 +91,4 @@ spice_usbredir_channel_get_type spice_util_get_debug spice_util_get_version_string spice_util_set_debug +spice_uuid_to_string -- cgit