X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..fdbb860d0642a19c29665fadab6b1a1d6229d946:/lib/plugin.h diff --git a/lib/plugin.h b/lib/plugin.h index d7e0afb..1283555 100644 --- a/lib/plugin.h +++ b/lib/plugin.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005, 2006 Richard Kettlewell + * Copyright (C) 2004-2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 *******************************************************/