X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=watchdog.h;h=a774dd734d0a6e92855993471ae01d07c83766cb;hb=4bd633868e3284659668f14aa39ea84aaadc2dec;hp=cebbc33088d762839837fdad84a3e9e4adea4c41;hpb=36d79a90c28ac9d655ccd8261b3ac0b497a5aec1;p=project%2Fprocd.git diff --git a/watchdog.h b/watchdog.h index cebbc33..a774dd7 100644 --- a/watchdog.h +++ b/watchdog.h @@ -21,5 +21,6 @@ int watchdog_timeout(int timeout); int watchdog_frequency(int frequency); void watchdog_set_stopped(bool val); bool watchdog_get_stopped(void); +void watchdog_no_cloexec(void); #endif