X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5fcd6a71923ce1de2e09447974ef39b6f0ca7dd0..598b07b7de7559ddcaed4063912f68bf951d6701:/server/server.c diff --git a/server/server.c b/server/server.c index 29efbbe..1169e2f 100644 --- a/server/server.c +++ b/server/server.c @@ -1845,7 +1845,8 @@ static int c_playlist_unlock(struct conn *c, return 1; } -static const struct command { +/** @brief Server's definition of a command */ +static const struct server_command { /** @brief Command name */ const char *name;