Add comment

This commit is contained in:
jun7 2018-05-23 10:38:58 +09:00
parent 8a7604aea4
commit 881b2859ed

View File

@ -28,7 +28,7 @@ along with wyebrun. If not, see <http://www.gnu.org/licenses/>.
//client //client
//wyebrun spawns the exe if wyebsend failes //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 wyebsend( char *exe, char *req);
void wyebuntil( char *exe, int sec); //keep alive. default is 3s void wyebuntil( char *exe, int sec); //keep alive. default is 3s
//loop the wyebuntil. to stop, use g_source_remove //loop the wyebuntil. to stop, use g_source_remove