]> git.ipfire.org Git - thirdparty/git.git/blobdiff - help.h
Merge branch 'ab/pager-exit-log'
[thirdparty/git.git] / help.h
diff --git a/help.h b/help.h
index dc02458855c09291e2caf4bac6cd5b3a7ba40cff..5871e93ba2de04753905a7cf8220261e17159003 100644 (file)
--- a/help.h
+++ b/help.h
@@ -32,6 +32,7 @@ const char *help_unknown_cmd(const char *cmd);
 void load_command_list(const char *prefix,
                       struct cmdnames *main_cmds,
                       struct cmdnames *other_cmds);
+void load_builtin_commands(const char *prefix, struct cmdnames *cmds);
 void add_cmdname(struct cmdnames *cmds, const char *name, int len);
 /* Here we require that excludes is a sorted list. */
 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);