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