diff --git a/wyebrun.h b/wyebrun.h index f907aff..9694981 100644 --- a/wyebrun.h +++ b/wyebrun.h @@ -28,7 +28,7 @@ along with wyebrun. If not, see . //client //wyebrun spawns the exe if wyebsend failes -char *wyebreq( char *exe, char *req); +char *wyebreq( char *exe, char *req); //don't free the ret val void wyebsend( char *exe, char *req); void wyebuntil( char *exe, int sec); //keep alive. default is 3s //loop the wyebuntil. to stop, use g_source_remove