summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-08 10:57:32 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-08 10:57:32 +0000
commitb9b757e59478e625845c20ae24a1d624910a022e (patch)
treed5dbdf9c6f5426f31889c26b76956ec38c5c4afc /st.h
parent00e0578f38aaef6a2234ca9dcab540729fdf32e9 (diff)
added minor patches
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.h b/st.h
index aef72ef..c0ebf14 100644
--- a/st.h
+++ b/st.h
@@ -77,6 +77,8 @@ typedef union {
const char *s;
} Arg;
+void autocomplete (const Arg *);
+
void die(const char *, ...);
void redraw(void);
void draw(void);