X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.h;h=e1b5057aba826ba19fe926d1f241fe97a8231be2;hb=2c55edb305e15194a11796a865015e84bfefecfe;hp=94049250d8a28205d516eaa174878419d72c16cf;hpb=61e4c929b5fb727c43b60aacf33b56d716d13587;p=st.git diff --git a/st.h b/st.h index 9404925..e1b5057 100644 --- 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;