changeset 30631:e9b902ad0ddb

Mark m_config_get_option_ptr() as static, it is only used within the file.
author diego
date Sat, 20 Feb 2010 20:01:56 +0000
parents f1f8d7b2060a
children dad8e0eb182a
files m_config.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m_config.c	Sat Feb 20 19:59:50 2010 +0000
+++ b/m_config.c	Sat Feb 20 20:01:56 2010 +0000
@@ -415,7 +415,7 @@
     return NULL;
 }
 
-const void*
+static const void*
 m_config_get_option_ptr(m_config_t *config, char* arg) {
   const m_option_t* conf;