#include "check.h"
#include <stdbool.h>
Go to the source code of this file.
Functions | |
bool | tag_file_scan (const char *path_fs, const struct tag_handler *handler, void *handler_ctx) |
Scan the tags of a song file. |
bool tag_file_scan | ( | const char * | path_fs, | |
const struct tag_handler * | handler, | |||
void * | handler_ctx | |||
) |