- Lauri
>From fda350fbc72b3105eeb4279fb9c70bad8f40f600 Mon Sep 17 00:00:00 2001
From: Lauri Kasanen <[email protected]>
Date: Sun, 17 Jun 2012 17:18:27 +0300
Subject: [PATCH 3/3] config: Mark mk_config_entry_add as static


Signed-off-by: Lauri Kasanen <[email protected]>
---
 src/mk_config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mk_config.c b/src/mk_config.c
index 38d9ea3..16c2c34 100644
--- a/src/mk_config.c
+++ b/src/mk_config.c
@@ -96,7 +96,7 @@ struct mk_config_section *mk_config_section_add(struct 
mk_config *conf,
 }
 
 /* Register a key/value entry in the last section available of the struct */
-void mk_config_entry_add(struct mk_config *conf,
+static void mk_config_entry_add(struct mk_config *conf,
                          const char *key, const char *val)
 {
     struct mk_config_section *section;
-- 
1.7.2.1

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to