summaryrefslogtreecommitdiffstats
path: root/include/tig/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tig/io.h')
-rw-r--r--include/tig/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tig/io.h b/include/tig/io.h
index 4e8f4176..2ee43dcb 100644
--- a/include/tig/io.h
+++ b/include/tig/io.h
@@ -87,7 +87,7 @@ bool io_done(struct io *io);
bool io_exec(struct io *io, enum io_type type, const char *dir, char * const env[], const char *argv[], int custom);
bool io_run(struct io *io, enum io_type type, const char *dir, char * const env[], const char *argv[]);
bool io_run_bg(const char **argv, const char *dir);
-bool io_run_fg(const char **argv, const char *dir);
+bool io_run_fg(const char **argv, const char *dir, int fd);
bool io_run_append(const char **argv, int fd);
bool io_eof(struct io *io);
int io_error(struct io *io);