summaryrefslogtreecommitdiff
path: root/help.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:17:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:17:20 +0900
commitbabe3f45019ecfde96339b773036d4288a1819da (patch)
tree34dece0e3d2bc84b23f21d0f9b94a9a5780cd73c /help.h
parent06f1b8df6f3f90746c8ed50296e467e540531d8f (diff)
downloadgit-babe3f45019ecfde96339b773036d4288a1819da.tar.gz
git-babe3f45019ecfde96339b773036d4288a1819da.tar.bz2
git-babe3f45019ecfde96339b773036d4288a1819da.zip
Imported Upstream version 2.29.0upstream/2.29.0
Diffstat (limited to 'help.h')
-rw-r--r--help.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help.h b/help.h
index 500521b9..5871e93b 100644
--- a/help.h
+++ b/help.h
@@ -21,7 +21,7 @@ static inline void mput_char(char c, unsigned int num)
void list_common_cmds_help(void);
void list_all_cmds_help(void);
-void list_common_guides_help(void);
+void list_guides_help(void);
void list_all_main_cmds(struct string_list *list);
void list_all_other_cmds(struct string_list *list);
@@ -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);