aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-10 22:28:30 +0200
committerMateja <mail@matejamaric.com>2021-04-10 22:28:30 +0200
commit49c3b708376d9632c81cdf386b1c47732a9147c4 (patch)
tree0d32b9cde497d36eefeec66e4e57ce1942ae4cbd /st.h
parent5d22f95fecef1bbade79350a8585ce1b81fb9898 (diff)
downloadst-49c3b708376d9632c81cdf386b1c47732a9147c4.tar.gz
st-49c3b708376d9632c81cdf386b1c47732a9147c4.zip
Applied `externalpipe` 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 d8bf1f0..b41e6c0 100644
--- a/st.h
+++ b/st.h
@@ -82,6 +82,7 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
+void externalpipe(const Arg *);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
void newterm(const Arg *);