diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ typedef union { | |||
131 | 131 | ||
132 | void die(const char *, ...); | 132 | void die(const char *, ...); |
133 | void redraw(void); | 133 | void redraw(void); |
134 | void draw(void); | ||
134 | 135 | ||
135 | void iso14755(const Arg *); | 136 | void iso14755(const Arg *); |
136 | void printscreen(const Arg *); | 137 | void printscreen(const Arg *); |