Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Move usage() to be with run() in x.c
[st.git]
/
st.h
diff --git
a/st.h
b/st.h
index
44d4938
..
28a751d
100644
(file)
--- a/
st.h
+++ b/
st.h
@@
-214,8
+214,6
@@
size_t utf8encode(Rune, char *);
void *xmalloc(size_t);
char *xstrdup(char *);
-void usage(void);
-
/* Globals */
extern TermWindow win;
extern Term term;