aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2017-10-10 11:11:27 -0500
committerDevin J. Pohly <djpohly@gmail.com>2018-02-25 21:53:24 -0600
commit3518dba2a5fb57f601b74528ddeb67f173e4024b (patch)
tree680c384eecbef2d9894eef8bc6044c4b449177b1 /st.h
parent3e44ee5569a81ba6f06e1ecd19bf0ceb1e97f18d (diff)
downloadst-patched-3518dba2a5fb57f601b74528ddeb67f173e4024b.tar.bz2
st-patched-3518dba2a5fb57f601b74528ddeb67f173e4024b.tar.xz
st-patched-3518dba2a5fb57f601b74528ddeb67f173e4024b.zip
Move usage() to be with run() in x.c
run/usage/xinit are now all internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/st.h b/st.h
index 44d4938..28a751d 100644
--- a/st.h
+++ b/st.h
@@ -214,8 +214,6 @@ size_t utf8encode(Rune, char *);
214void *xmalloc(size_t); 214void *xmalloc(size_t);
215char *xstrdup(char *); 215char *xstrdup(char *);
216 216
217void usage(void);
218
219/* Globals */ 217/* Globals */
220extern TermWindow win; 218extern TermWindow win;
221extern Term term; 219extern Term term;