summaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2022-12-31 17:21:08 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2022-12-31 17:21:08 -0500
commitb1df89ed947503c74a61f36a1b3a92f5f424352e (patch)
treed3a529698171143929554aca7f150da242f52130 /st.h
parent655ba6883b219befcc8aefdd6f50a4f678a7af98 (diff)
downloadst-b1df89ed947503c74a61f36a1b3a92f5f424352e.tar.gz
Applied plumber patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index ae41368..5368a35 100644
--- a/st.h
+++ b/st.h
@@ -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