X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.h;fp=st.h;h=7026de8685768530c7ffc0d719b4acfb4c5d1c23;hb=88d8293fb4ba150a5f19d58d133b5db93d9dcfa5;hp=3382d61e95b9747ea205ca0c8a80c2a7e0b54970;hpb=05c66cb37d9ff278a3e0c45682c4b5e7945deb42;p=st.git diff --git a/st.h b/st.h index 3382d61..7026de8 100644 --- a/st.h +++ b/st.h @@ -131,6 +131,7 @@ typedef union { void die(const char *, ...); void redraw(void); +void draw(void); void iso14755(const Arg *); void printscreen(const Arg *);