From 881b2859ed2d374d8b634bf0d0c5453e4a4cec42 Mon Sep 17 00:00:00 2001 From: jun7 Date: Wed, 23 May 2018 10:38:58 +0900 Subject: [PATCH] Add comment --- wyebrun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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