diff options
Diffstat (limited to 'plugins.c')
-rw-r--r-- | plugins.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ static DB_functions_t deadbeef_api = { .junk_read_id3v2 = (int (*)(DB_playItem_t *it, DB_FILE *fp))junk_read_id3v2, .junk_read_ape = (int (*)(DB_playItem_t *it, DB_FILE *fp))junk_read_ape, .junk_get_leading_size = junk_get_leading_size, + .junk_copy = (void (*)(DB_playItem_t *from, DB_playItem_t *first, DB_playItem_t *last))junk_copy, // vfs .fopen = vfs_fopen, .fclose = vfs_fclose, |