summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
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);