telepathy-mission-control: mcd_storage_init_value_for_attribute, mcd_storage_get_attribute_type: make extern

Simon McVittie smcv at kemper.freedesktop.org
Wed Feb 13 06:45:04 PST 2013


Module: telepathy-mission-control
Branch: master
Commit: d62d0742c69c81cd0299f8dc30d6f717bba0493a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=d62d0742c69c81cd0299f8dc30d6f717bba0493a

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Sep 12 14:27:01 2012 +0100

mcd_storage_init_value_for_attribute, mcd_storage_get_attribute_type: make extern

---

 src/mcd-storage.c |    4 ++--
 src/mcd-storage.h |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/mcd-storage.c b/src/mcd-storage.c
index 4306a2f..6d451e3 100644
--- a/src/mcd-storage.c
+++ b/src/mcd-storage.c
@@ -330,7 +330,7 @@ static struct {
       { NULL, NULL }
 };
 
-static const gchar *
+const gchar *
 mcd_storage_get_attribute_type (const gchar *attribute)
 {
   guint i;
@@ -348,7 +348,7 @@ mcd_storage_get_attribute_type (const gchar *attribute)
   return NULL;
 }
 
-static gboolean
+gboolean
 mcd_storage_init_value_for_attribute (GValue *value,
     const gchar *attribute)
 {
diff --git a/src/mcd-storage.h b/src/mcd-storage.h
index a856b29..893a0af 100644
--- a/src/mcd-storage.h
+++ b/src/mcd-storage.h
@@ -150,6 +150,10 @@ gboolean mcd_keyfile_unescape_value (const gchar *escaped,
     GValue *value,
     GError **error);
 
+const gchar *mcd_storage_get_attribute_type (const gchar *attribute);
+gboolean mcd_storage_init_value_for_attribute (GValue *value,
+    const gchar *attribute);
+
 G_END_DECLS
 
 #endif /* MCD_STORAGE_H */



More information about the telepathy-commits mailing list