[next] telepathy-glib: telepathy-logger: remove flag_to_domains from ABI

Simon McVittie smcv at kemper.freedesktop.org
Tue Mar 25 07:21:11 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 2f8f9cc042e5772a745e9919b867dce0714c22ff
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=2f8f9cc042e5772a745e9919b867dce0714c22ff

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Mar 21 13:54:08 2014 +0000

telepathy-logger: remove flag_to_domains from ABI

This should never have been extern.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=76462
Reviewed-by: Xavier Claessens

---

 telepathy-logger/debug.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telepathy-logger/debug.c b/telepathy-logger/debug.c
index de9f44f..10f9bb4 100644
--- a/telepathy-logger/debug.c
+++ b/telepathy-logger/debug.c
@@ -72,7 +72,7 @@ _tpl_debug_flag_is_set (TplDebugFlags flag)
   return flag & flags;
 }
 
-GHashTable *flag_to_domains = NULL;
+static GHashTable *flag_to_domains = NULL;
 
 
 void



More information about the telepathy-commits mailing list