From 64c8559575a2d91bad66a3c0a7067d9275dd5905 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 16 May 2023 06:33:49 +0000 Subject: run-command.h: move declarations for run-command.c from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- run-command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run-command.h') diff --git a/run-command.h b/run-command.h index 072db56a4d..9e47f91d46 100644 --- a/run-command.h +++ b/run-command.h @@ -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 -- cgit v1.2.3