applied plumb with keybind
[st.git] / st.h
diff --git a/st.h b/st.h
index 9404925..e1b5057 100644 (file)
--- a/st.h
+++ b/st.h
@@ -113,6 +113,8 @@ void *xmalloc(size_t);
 void *xrealloc(void *, size_t);
 char *xstrdup(char *);
 
+int subprocwd(char *);
+
 /* config.h globals */
 extern char *utmp;
 extern char *scroll;