[evolution-data-server] Mark some code static



commit 1d9f158adcee5618dc8fc3553243aa91cb1f5c58
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Fri Sep 25 22:14:16 2009 +0200

    Mark some code static

 addressbook/backends/google/util.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/backends/google/util.c b/addressbook/backends/google/util.c
index 98c610a..25cb111 100644
--- a/addressbook/backends/google/util.c
+++ b/addressbook/backends/google/util.c
@@ -329,7 +329,7 @@ struct RelTypeMap {
     const gchar * types[3];
 };
 
-const struct RelTypeMap rel_type_map_phone[] = {
+static const struct RelTypeMap rel_type_map_phone[] = {
     {"fax", { "FAX", NULL, NULL}},
     {"home", { "HOME", "VOICE", NULL}},
     {"home_fax", { "HOME", "FAX", NULL}},
@@ -340,7 +340,7 @@ const struct RelTypeMap rel_type_map_phone[] = {
     {"work_fax", { "WORK", "FAX", NULL}}
 };
 
-const struct RelTypeMap rel_type_map_others[] = {
+static const struct RelTypeMap rel_type_map_others[] = {
     {"home", { "HOME", NULL, NULL}},
     {"other", { "OTHER", NULL, NULL}},
     {"work", { "WORK", NULL, NULL}},



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]