about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_defs.h')
-rw-r--r--src/command/cmd_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/cmd_defs.h b/src/command/cmd_defs.h
index 074970c9..286bad0d 100644
--- a/src/command/cmd_defs.h
+++ b/src/command/cmd_defs.h
@@ -49,4 +49,6 @@ gboolean cmd_valid_tag(const char *const str);
 
 void command_docgen(void);
 
+GList* cmd_search_index(char *term);
+
 #endif