* This is called from server and from some commands. Name must not be NULL
* Never returns NULL.
*/
-static char *get_dbinfo(char *name)
+static char *get_selector_info(char *name)
{
char *meta = NULL, *atts = NULL, *info, *dir = NULL, *query, *stream = NULL;
void *result = NULL;
static void update_audio_file_server_handler(char *name)
{
char *info;
- info = get_dbinfo(name);
+ info = get_selector_info(name);
update_mmd(info);
free(info);
update_audio_file(name);
if (!name)
return;
- info = get_dbinfo(name);
+ info = get_selector_info(name);
free(name);
mmd_lock();
update_mmd(info);