diff options
Diffstat (limited to 'src/command/FileCommands.hxx')
-rw-r--r-- | src/command/FileCommands.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command/FileCommands.hxx b/src/command/FileCommands.hxx index 8858b62c9..51467a009 100644 --- a/src/command/FileCommands.hxx +++ b/src/command/FileCommands.hxx @@ -25,6 +25,9 @@ class Client; CommandResult +handle_listfiles_local(Client &client, const char *path_utf8); + +CommandResult handle_read_comments(Client &client, int argc, char *argv[]); #endif |