X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..e70701e7285cbdb70e17c4e7e19b4c861b84f25b:/lib/plugin.h diff --git a/lib/plugin.h b/lib/plugin.h index d7e0afb..4134111 100644 --- a/lib/plugin.h +++ b/lib/plugin.h @@ -42,11 +42,7 @@ const void *get_plugin_object(const struct plugin *handle, /* track length computation ***************************************************/ -long tracklength(const char *track, const char *path); -/* compute the length of the track. @track@ is the UTF-8 name of the - * track, @path@ is the file system name (or 0 for tracks that don't - * exist in the filesystem). The return value should be a positive - * number of seconds, 0 for unknown or -1 if an error occurred. */ +long tracklength(const char *plugin, const char *track, const char *path); /* collection interface *******************************************************/