X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..b78709940eae7782a365f158d4a89b2f2d6bfea6:/disobedience/recent.c diff --git a/disobedience/recent.c b/disobedience/recent.c index 36a98d1..f53e631 100644 --- a/disobedience/recent.c +++ b/disobedience/recent.c @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file disobedience/recent.c + * @brief Disobedience recently-played widget + */ #include "disobedience.h" #include "popup.h" #include "queue-generic.h" @@ -58,7 +61,7 @@ static void recent_changed(const char attribute((unused)) *event, } /** @brief Called at startup */ -static void recent_init(void) { +static void recent_init(struct queuelike attribute((unused)) *ql) { /* Whenever the recent list changes on the server, re-fetch it */ event_register("recent-changed", recent_changed, 0); }