From b9b757e59478e625845c20ae24a1d624910a022e Mon Sep 17 00:00:00 2001 From: thing1 Date: Sat, 8 Feb 2025 10:57:32 +0000 Subject: added minor patches --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') 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); -- cgit v1.2.3