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>
This commit is contained in:
parent
3e44ee5569
commit
3518dba2a5
4 changed files with 18 additions and 19 deletions
2
st.h
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue