aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h
index d47536f..b378ad1 100644
--- a/src/process.h
+++ b/src/process.h
@@ -18,6 +18,7 @@ int proc_spawn(const char *args[], int *ec);
* In that case, you'll need to free the output. */
int proc_capture(const char *args[], struct proc_output *result);
+void proc_output_init(struct proc_output *);
void proc_output_free(const struct proc_output *);
#endif