diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-03 12:28:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-03 12:28:09 -0800 |
commit | 76c478a51f250f58289b710c0c2c9f592431c2b2 (patch) | |
tree | dbe668f4574bb6d57a7335fde3cce8f9687b24fc /help.h | |
parent | 44484662d83de2ae98d04738ec43d4dea1f859a8 (diff) | |
download | git-jc/is-git-command.tar.gz |
Diffstat (limited to 'help.h')
-rw-r--r-- | help.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ extern void load_command_list(const char *prefix, extern void add_cmdname(struct cmdnames *cmds, const char *name, int len); /* Here we require that excludes is a sorted list. */ extern void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes); +extern int is_git_command(const char *name); extern int is_in_cmdlist(struct cmdnames *cmds, const char *name); extern void list_commands(unsigned int colopts, struct cmdnames *main_cmds, struct cmdnames *other_cmds); |