diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 939886d..0b7b8ad 100644 --- a/src/command.h +++ b/src/command.h @@ -18,3 +18,4 @@ COMMAND_EMPTY(groups); COMMAND_EMPTY(user_id); COMMAND(ls); COMMAND(tail); +COMMAND(head); |