X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=watchdog.h;h=015fa93b5865c81c6af445e434aed8bed88256ea;hp=a774dd734d0a6e92855993471ae01d07c83766cb;hb=4574087e5ab6e5bb2758b4da85d0916ff5bd2329;hpb=13259259bc53657617844660f2664f4b4fb4ac02 diff --git a/watchdog.h b/watchdog.h index a774dd7..015fa93 100644 --- a/watchdog.h +++ b/watchdog.h @@ -22,5 +22,6 @@ 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