aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index 3382d61..7026de8 100644
--- a/st.h
+++ b/st.h
@@ -131,6 +131,7 @@ typedef union {
131 131
132void die(const char *, ...); 132void die(const char *, ...);
133void redraw(void); 133void redraw(void);
134void draw(void);
134 135
135void iso14755(const Arg *); 136void iso14755(const Arg *);
136void printscreen(const Arg *); 137void printscreen(const Arg *);