aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty-unix.h')
-rw-r--r--src/pty-unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pty-unix.h b/src/pty-unix.h
index da42ca0..d4c5ea6 100644
--- a/src/pty-unix.h
+++ b/src/pty-unix.h
@@ -13,7 +13,7 @@ struct runes_pty {
int remaininglen;
};
-RunesPty *runes_pty_new();
+RunesPty *runes_pty_new(void);
void runes_pty_spawn_subprocess(RunesTerm *t);
void runes_pty_init_loop(RunesTerm *t, RunesLoop *loop);
void runes_pty_set_window_size(