aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-12 14:30:11 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-12 14:30:11 -0400
commite9f28194fb4dd8eec1be7b2cde81fadc60dc78ff (patch)
tree795af01a47ef793c01ed1a4b506fb36f7304604b /src/pty-unix.h
parentdb5b76e6fe48fbcf13953fc26c459c1ccdb3fcc2 (diff)
downloadrunes-e9f28194fb4dd8eec1be7b2cde81fadc60dc78ff.tar.gz
runes-e9f28194fb4dd8eec1be7b2cde81fadc60dc78ff.zip
grumble grumble c
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(