X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=watchdog.h;h=015fa93b5865c81c6af445e434aed8bed88256ea;hb=663aba340d6cd19486e77889ef6fef7f0c0d9a98;hp=cebbc33088d762839837fdad84a3e9e4adea4c41;hpb=36d79a90c28ac9d655ccd8261b3ac0b497a5aec1;p=project%2Fprocd.git 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