summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-25 13:02:53 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-25 13:02:53 +0200
commit5a59ffc070744e94675201d6e8164befec6d9813 (patch)
tree8f378ffd01e3488440c320f0bec6e5afc566695e /plugins.c
parent48594c75a15c4d3976efede324ad5bb92e38381e (diff)
removed old curl hacks/workarounds
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins.c b/plugins.c
index 4dfa1747..de3196e5 100644
--- a/plugins.c
+++ b/plugins.c
@@ -223,6 +223,7 @@ static DB_functions_t deadbeef_api = {
.fgetlength = vfs_fgetlength,
.fget_content_type = vfs_get_content_type,
.fset_track = (void (*) (DB_FILE *stream, DB_playItem_t *it))vfs_set_track,
+ .fabort = vfs_fabort,
// message passing
.sendmessage = messagepump_push,
// configuration access