X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=st.h;h=e1b5057aba826ba19fe926d1f241fe97a8231be2;hp=94049250d8a28205d516eaa174878419d72c16cf;hb=4649bab45b4c23489b6dea7cd6aa719060f39ce4;hpb=df9ce0019053c51e62d79979a5c0bd67a3beb64f 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;