X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=run-command.h;h=221ce331405933f6f097b7e2b51401b70097e4e2;hb=30784198b766b19a639c199e4365f2a805fc08c6;hp=850c638f19a2b6776c0311db28371b18438f207a;hpb=85fd059a89c7328ca37edd31f2d8daa4d0d61de5;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