[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
This commit is contained in:
parent
89464628c2
commit
2a65e8667d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user