commands          224 lib/common/messages.c     GHashTable *commands = g_hash_table_new(g_str_hash, g_str_equal);
commands          230 lib/common/messages.c             g_hash_table_insert(commands, (gpointer) handlers[i].command,
commands          235 lib/common/messages.c             g_hash_table_insert(commands, (gpointer) "", handlers[i].handler);
commands          238 lib/common/messages.c     return commands;