Commit 2a65e866 authored by Avuton Olrich's avatar Avuton Olrich

[CLEANUP] Remove function from header, static

it in the source git-svn-id: https://svn.musicpd.org/mpd/trunk@4332 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 89464628
......@@ -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)) {
......
......@@ -85,8 +85,6 @@ ConfigParam * getNextConfigParam(char * name, ConfigParam * last);
char * getConfigParamValue(char * name);
void registerConfigParam(char * name, int repeats, int block);
BlockParam * getBlockParam(ConfigParam * param, char * name);
ConfigParam * parseConfigFilePath(char * name, int force);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment