aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 6ada181c3..72cabfd78 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -99,7 +99,7 @@ void freeConfigEntry(ConfigEntry * entry) {
free(entry);
}
-void registerConfigParam(char * name, int repeatable, int block) {
+static void registerConfigParam(char * name, int repeatable, int block) {
ConfigEntry * entry;
if(findInList(configEntriesList, name, NULL)) {