summaryrefslogtreecommitdiff
path: root/exec-cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec-cmd.h')
-rw-r--r--exec-cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec-cmd.h b/exec-cmd.h
index bddf5cb..8cd1df2 100644
--- a/exec-cmd.h
+++ b/exec-cmd.h
@@ -10,7 +10,7 @@ void setup_path(void);
const char **prepare_git_cmd(struct argv_array *out, const char **argv);
int execv_git_cmd(const char **argv); /* NULL terminated */
LAST_ARG_MUST_BE_NULL
-extern int execl_git_cmd(const char *cmd, ...);
+int execl_git_cmd(const char *cmd, ...);
char *system_path(const char *path);
#endif /* GIT_EXEC_CMD_H */