Allow search_any and search_all for help

This commit is contained in:
James Booth
2017-04-07 00:51:29 +01:00
parent a39440b61d
commit 2fafaec8a7
4 changed files with 60 additions and 10 deletions

View File

@@ -49,6 +49,7 @@ gboolean cmd_valid_tag(const char *const str);
void command_docgen(void);
GList* cmd_search_index(char *term);
GList* cmd_search_index_all(char *term);
GList* cmd_search_index_any(char *term);
#endif