X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..5c1ae3bc9c3a3cbed192fed2d68fc9b7bbe5c96f:/server/play.h?ds=sidebyside diff --git a/server/play.h b/server/play.h index 396ff56..aff474c 100644 --- a/server/play.h +++ b/server/play.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 @@ -75,9 +75,8 @@ void abandon(ev_source *ev, struct queue_entry *q); /* Abandon a possibly-prepared track. */ -int add_random_track(void); -/* If random play is enabled then try to add a track to the queue. On success - * (including deliberartely doing nothing) return 0. On error return -1. */ +void add_random_track(ev_source *ev); +/* If random play is enabled then try to add a track to the queue. */ #endif /* PLAY_H */ @@ -88,4 +87,3 @@ comment-column:40 fill-column:79 End: */ -/* arch-tag:2bcb00c5b004ce3e91785adb8893e8de */