]> git.ipfire.org Git - thirdparty/git.git/blobdiff - help.h
completion: allow to customize the completable command list
[thirdparty/git.git] / help.h
diff --git a/help.h b/help.h
index b2293e99bee97bef1563aef29a6c7ad958eb632f..3b38292a1b317ba32d934be6006cb86e0e7d0d94 100644 (file)
--- a/help.h
+++ b/help.h
@@ -26,6 +26,7 @@ extern void list_all_main_cmds(struct string_list *list);
 extern void list_all_other_cmds(struct string_list *list);
 extern void list_cmds_by_category(struct string_list *list,
                                  const char *category);
+extern void list_cmds_by_config(struct string_list *list);
 extern const char *help_unknown_cmd(const char *cmd);
 extern void load_command_list(const char *prefix,
                              struct cmdnames *main_cmds,