aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/DatabaseCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/DatabaseCommands.hxx')
-rw-r--r--src/command/DatabaseCommands.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/command/DatabaseCommands.hxx b/src/command/DatabaseCommands.hxx
index c60caf246..fa23c5492 100644
--- a/src/command/DatabaseCommands.hxx
+++ b/src/command/DatabaseCommands.hxx
@@ -31,12 +31,18 @@ CommandResult
handle_find(Client &client, int argc, char *argv[]);
CommandResult
+handle_find_in(Client &client, int argc, char *argv[]);
+
+CommandResult
handle_findadd(Client &client, int argc, char *argv[]);
CommandResult
handle_search(Client &client, int argc, char *argv[]);
CommandResult
+handle_search_in(Client &client, int argc, char *argv[]);
+
+CommandResult
handle_searchadd(Client &client, int argc, char *argv[]);
CommandResult