From 4b0b3da65906ae892fa3f46a3482dd36b32c816c Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sat, 18 Dec 2021 13:11:07 +0100 Subject: Add player queuing --- list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'list.h') diff --git a/list.h b/list.h index 738c6ce..2edb132 100644 --- a/list.h +++ b/list.h @@ -19,6 +19,7 @@ struct link { /* list_XXX functions operate on the list head */ +int list_empty(struct link *head); int list_len(struct link *head); int list_ffind(struct link *head, struct link *link); -- cgit v1.2.3-71-gd317