diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2017-10-10 11:11:27 -0500 |
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2018-02-25 21:53:24 -0600 |
| commit | 3518dba2a5fb57f601b74528ddeb67f173e4024b (patch) | |
| tree | 680c384eecbef2d9894eef8bc6044c4b449177b1 /st.h | |
| parent | 3e44ee5569a81ba6f06e1ecd19bf0ceb1e97f18d (diff) | |
| download | st-3518dba2a5fb57f601b74528ddeb67f173e4024b.tar.gz st-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -214,8 +214,6 @@ size_t utf8encode(Rune, char *); | |||
| 214 | void *xmalloc(size_t); | 214 | void *xmalloc(size_t); |
| 215 | char *xstrdup(char *); | 215 | char *xstrdup(char *); |
| 216 | 216 | ||
| 217 | void usage(void); | ||
| 218 | |||
| 219 | /* Globals */ | 217 | /* Globals */ |
| 220 | extern TermWindow win; | 218 | extern TermWindow win; |
| 221 | extern Term term; | 219 | extern Term term; |
