aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/ci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ci.h')
-rw-r--r--src/ci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci.h b/src/ci.h
index 397f4a7..542243c 100644
--- a/src/ci.h
+++ b/src/ci.h
@@ -10,7 +10,7 @@
#include "process.h"
-int ci_run(struct proc_output *);
+int ci_run(struct process_output *);
/*
* This is a high-level function. It's basically equivalent to the following
@@ -25,6 +25,6 @@ int ci_run(struct proc_output *);
* rm -rf "$dir"
*
*/
-int ci_run_git_repo(const char *url, const char *rev, struct proc_output *);
+int ci_run_git_repo(const char *url, const char *rev, struct process_output *);
#endif