diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ void tsetdirtattr(int); | |||
187 | int match(uint, uint); | 187 | int match(uint, uint); |
188 | void ttynew(void); | 188 | void ttynew(void); |
189 | size_t ttyread(void); | 189 | size_t ttyread(void); |
190 | void ttyresize(void); | 190 | void ttyresize(int, int); |
191 | void ttysend(char *, size_t); | 191 | void ttysend(char *, size_t); |
192 | void ttywrite(const char *, size_t); | 192 | void ttywrite(const char *, size_t); |
193 | 193 | ||