run-command.h: move declarations for run-command.c from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
90cbae9ce5
commit
64c8559575
@ -564,4 +564,6 @@ enum start_bg_result start_bg_command(struct child_process *cmd,
|
||||
void *cb_data,
|
||||
unsigned int timeout_sec);
|
||||
|
||||
int sane_execvp(const char *file, char *const argv[]);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user