X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=watchdog.h;h=015fa93b5865c81c6af445e434aed8bed88256ea;hp=cebbc33088d762839837fdad84a3e9e4adea4c41;hb=08cd2c661ea6ce378ce7a6ff37d11220d65e2c5f;hpb=36d79a90c28ac9d655ccd8261b3ac0b497a5aec1 diff --git a/watchdog.h b/watchdog.h index cebbc33..015fa93 100644 --- a/watchdog.h +++ b/watchdog.h @@ -21,5 +21,7 @@ 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); +void watchdog_ping(void); #endif