summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-09-05 02:24:29 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-09-05 02:24:29 +0530
commitecdf40a086ea3f72d3ff23da8679bab08bf2c58e (patch)
treef79076e79785cc05d0d8c224e457f50e83040077 /st.h
parent8b775dba2a886c5b2d0fadddafdf58c7c69d9cfb (diff)
Applying pipeexternal patch
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 b5bf895..1897851 100644
--- a/st.h
+++ b/st.h
@@ -90,6 +90,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 *);