aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/st.h b/st.h
index a34e31c..d7738a0 100644
--- a/st.h
+++ b/st.h
@@ -176,8 +176,7 @@ void tsetdirtattr(int);
176void ttynew(char *, char *, char **); 176void ttynew(char *, char *, char **);
177size_t ttyread(void); 177size_t ttyread(void);
178void ttyresize(int, int); 178void ttyresize(int, int);
179void ttysend(char *, size_t); 179void ttywrite(const char *, size_t, int);
180void ttywrite(const char *, size_t);
181 180
182void resettitle(void); 181void resettitle(void);
183 182