diff options
Diffstat (limited to 'st.h')
| -rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ void *xmalloc(size_t); void *xrealloc(void *, size_t); char *xstrdup(const char *); +int subprocwd(char *); int isboxdraw(Rune); ushort boxdrawindex(const Glyph *); #ifdef XFT_VERSION |