Minor tidying in a couple of commands.

This commit is contained in:
nicm
2017-01-10 19:45:55 +00:00
parent aa4de2d4b2
commit 5526627558
2 changed files with 3 additions and 5 deletions

View File

@ -24,7 +24,8 @@
* Refresh client.
*/
static enum cmd_retval cmd_refresh_client_exec(struct cmd *, struct cmdq_item *);
static enum cmd_retval cmd_refresh_client_exec(struct cmd *,
struct cmdq_item *);
const struct cmd_entry cmd_refresh_client_entry = {
.name = "refresh-client",