chiark / gitweb /
start on ut32__unidata() which will provide a uniform interface
[disorder] / lib / plugin.h
index d7e0afbbb43d672fe85da5d30b05e10e2d922a09..4134111f4140b7579ce08c8821ffd0d7c9261fe7 100644 (file)
@@ -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 *******************************************************/