aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.h b/st.h
index 5d44411..372462d 100644
--- a/st.h
+++ b/st.h
@@ -187,7 +187,7 @@ void tsetdirtattr(int);
int match(uint, uint);
void ttynew(void);
size_t ttyread(void);
-void ttyresize(void);
+void ttyresize(int, int);
void ttysend(char *, size_t);
void ttywrite(const char *, size_t);