X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=help.h;h=5871e93ba2de04753905a7cf8220261e17159003;hb=dcb11fc6225edbe2bd7af63eb550b739e7f4a074;hp=dc02458855c09291e2caf4bac6cd5b3a7ba40cff;hpb=2fa8aacc723d4c76b84d449fa7cf0de6cf40e5ad;p=thirdparty%2Fgit.git diff --git a/help.h b/help.h index dc02458855..5871e93ba2 100644 --- 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);