chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
doxygen: add some missing docstrings.
[disorder]
/
server
/
server.c
diff --git
a/server/server.c
b/server/server.c
index 29efbbe75e28bad5231d0eac34b7c1401a3a9b38..1169e2fa09f6f7756b6c33e19e2c6bc6739b160c 100644
(file)
--- a/
server/server.c
+++ b/
server/server.c
@@
-1845,7
+1845,8
@@
static int c_playlist_unlock(struct conn *c,
return 1;
}
return 1;
}
-static const struct command {
+/** @brief Server's definition of a command */
+static const struct server_command {
/** @brief Command name */
const char *name;
/** @brief Command name */
const char *name;