summaryrefslogtreecommitdiff
path: root/src/proc_open.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proc_open.h')
-rw-r--r--src/proc_open.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proc_open.h b/src/proc_open.h
index af70738..e07421a 100644
--- a/src/proc_open.h
+++ b/src/proc_open.h
@@ -22,4 +22,4 @@ typedef struct {
int proc_close(proc_handler_t *ht);
int proc_open(proc_handler_t *ht, const char *command);
-int proc_open_buffer(const char *command, buffer *in, buffer *out, buffer *err);
+int proc_open_buffer(proc_handler_t *ht, const char *command, buffer *in, buffer *out, buffer *err);