summaryrefslogtreecommitdiffstats
path: root/run-command.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-05-16 08:33:49 +0200
committerJunio C Hamano <gitster@pobox.com>2023-06-21 22:39:53 +0200
commit64c8559575a2d91bad66a3c0a7067d9275dd5905 (patch)
tree9ac66d53c405ba620f0607aab9644a6304b7323c /run-command.h
parentstatinfo: move stat_{data,validity} functions from cache/read-cache (diff)
downloadgit-64c8559575a2d91bad66a3c0a7067d9275dd5905.tar.xz
git-64c8559575a2d91bad66a3c0a7067d9275dd5905.zip
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>
Diffstat (limited to '')
-rw-r--r--run-command.h2
1 files changed, 2 insertions, 0 deletions
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