X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..f6033c46c877646b95bc2e99ce69097203bc5c77:/lib/plugin.h diff --git a/lib/plugin.h b/lib/plugin.h index 59cc936..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 *******************************************************/ @@ -129,4 +125,3 @@ c-basic-offset:2 comment-column:40 End: */ -/* arch-tag:4dbf7d07d493c66a58f6522f253287b6 */