diff options
author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2022-02-22 07:27:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 07:27:40 +0530 |
commit | 98f720740da2baddc762d98d35a7b70df8a3c430 (patch) | |
tree | f32c30d28443822edd023d74dff387b78b0a6583 | |
parent | 0fc94b5cdeadf0f456cac130f773ea7a48239bd5 (diff) |
Update st.h
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ void die(const char *, ...); void redraw(void); void draw(void); +void externalpipe(const Arg *); void kscrolldown(const Arg *); void kscrollup(const Arg *); void printscreen(const Arg *); |