From b1df89ed947503c74a61f36a1b3a92f5f424352e Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sat, 31 Dec 2022 17:21:08 -0500 Subject: Applied plumber patch --- st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st.h') 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 -- cgit v1.2.3