X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=st.h;h=94049250d8a28205d516eaa174878419d72c16cf;hp=b79ac2fd9397dc081b721ab83faae1539222616b;hb=61e4c929b5fb727c43b60aacf33b56d716d13587;hpb=7a3f64ca621e98ceb41fda80db30b86b740f0eea diff --git a/st.h b/st.h index b79ac2f..9404925 100644 --- a/st.h +++ b/st.h @@ -82,6 +82,7 @@ void die(const char *, ...); void redraw(void); void draw(void); +void newterm(const Arg *); void printscreen(const Arg *); void printsel(const Arg *); void sendbreak(const Arg *);