chiark / gitweb /
client.c make-cookie support
[disorder] / lib / plugin.h
index 59cc936bb9e4890616c31a14bcbade55e1978e6a..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 *******************************************************/
 
@@ -129,4 +125,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:4dbf7d07d493c66a58f6522f253287b6 */