conf: const pointers in block get functions

All config_get_block_*() functions should accept constant config_param
pointers.
This commit is contained in:
Max Kellermann
2009-01-25 16:03:49 +01:00
parent 80799fa84e
commit 5f77910097
27 changed files with 49 additions and 49 deletions

View File

@@ -126,7 +126,7 @@ static void openDB(Options * options, char *argv0)
static void
initialize_decoder_and_player(void)
{
struct config_param *param;
const struct config_param *param;
char *test;
size_t buffer_size;
float perc;