diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -113,8 +113,6 @@ void *xmalloc(size_t); void *xrealloc(void *, size_t); char *xstrdup(const char *); -int xgetcolor(int x, unsigned char *r, unsigned char *g, unsigned char *b); - /* config.h globals */ extern char *utmp; extern char *scroll; |