diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-12-18 13:11:07 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-12-20 15:32:29 +0100 |
| commit | 4b0b3da65906ae892fa3f46a3482dd36b32c816c (patch) | |
| tree | 26d4b8240cc894e1e9a1432605c27c65cbbf2e0d /list.h | |
| parent | 69e7a9341e811bf658f8d75bb43f6613d298c87d (diff) | |
| download | tmus-4b0b3da65906ae892fa3f46a3482dd36b32c816c.tar.gz tmus-4b0b3da65906ae892fa3f46a3482dd36b32c816c.zip | |
Add player queuing
Diffstat (limited to 'list.h')
| -rw-r--r-- | list.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
