summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2025-09-13 20:23:29 +0200
committerLM-LCL <hello@exaltedelite.club>2025-09-13 20:23:29 +0200
commit1e3f9dad4fddfca811428f99cca85173ad92fae9 (patch)
tree63b3685f54653f2b8476329f314df36a647ea3f5 /st.h
parent6eece88391d6dc3bfe54176249991cdc6cb8dd46 (diff)
st-9.3HEADmain
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.h b/st.h
index 6475765..017f917 100644
--- a/st.h
+++ b/st.h
@@ -82,9 +82,9 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
+void externalpipe(const Arg *);
void kscrolldown(const Arg *);
void kscrollup(const Arg *);
-void externalpipe(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);