X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..d436bd52989e64f8c3cb8a543f446136b6ab1ac4:/server/play.h diff --git a/server/play.h b/server/play.h index a7e57c6..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 */