summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-13 17:23:38 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-13 17:23:38 -0500
commita2b1dfe1ba2309fe6ce615ed02fc6e36efed99e9 (patch)
tree78ce831d57869f361815b66aaeac2f1858c28aa0 /st.h
parent6c93dd4520fc74d0dca7d023b95e8dc946cda214 (diff)
ctrl-l chooses urls with xurls and dmenu
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 850c5f0..01cad23 100644
--- a/st.h
+++ b/st.h
@@ -92,6 +92,7 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
+void externalpipe(const Arg *);
void iso14755(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);