X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=run-command.h;h=221ce331405933f6f097b7e2b51401b70097e4e2;hb=a77c07d9747fdba7aef22374a91d4b6aaf2f7b2f;hp=850c638f19a2b6776c0311db28371b18438f207a;hpb=a39b15b4f6a3f08b67b17d968935d177821e680f;p=git.git diff --git a/run-command.h b/run-command.h index 850c638f1..221ce3314 100644 --- a/run-command.h +++ b/run-command.h @@ -45,6 +45,7 @@ int start_command(struct child_process *); int finish_command(struct child_process *); int run_command(struct child_process *); +extern char *find_hook(const char *name); extern int run_hook(const char *index_file, const char *name, ...); #define RUN_COMMAND_NO_STDIN 1