diff src/audacious/pluginenum.c @ 4573:11f7874f3a95

add audacious_drct_get_length
author Tomasz Mon <desowin@gmail.com>
date Wed, 21 May 2008 13:12:39 +0200
parents d4c5719d30d1
children d27f00f6b568
line wrap: on
line diff
--- a/src/audacious/pluginenum.c	Wed May 21 13:53:20 2008 +0300
+++ b/src/audacious/pluginenum.c	Wed May 21 13:12:39 2008 +0200
@@ -317,6 +317,7 @@
     .drct_get_stopped = drct_get_stopped,
     .drct_get_info = drct_get_info,
     .drct_get_time = drct_get_time,
+    .drct_get_length = drct_get_length,
     .drct_seek = drct_seek,
     .drct_get_volume = drct_get_volume,
     .drct_set_volume = drct_set_volume,