conf: const pointers in block get functions
All config_get_block_*() functions should accept constant config_param pointers.
This commit is contained in:
@@ -71,7 +71,7 @@ void initPermissions(void)
|
||||
{
|
||||
char *password;
|
||||
unsigned permission;
|
||||
struct config_param *param;
|
||||
const struct config_param *param;
|
||||
|
||||
permission_passwords = g_hash_table_new_full(g_str_hash, g_str_equal,
|
||||
g_free, NULL);
|
||||
|
Reference in New Issue
Block a user