X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=watchdog.h;h=cebbc33088d762839837fdad84a3e9e4adea4c41;hp=66037b18cd2833aa21aec955068b82653ed5bdb0;hb=b76325945d31280b2ffecf898bfc62aa5f3d22d4;hpb=b9fcb589a4c086d786891f13dfececcfabc0c91f diff --git a/watchdog.h b/watchdog.h index 66037b1..cebbc33 100644 --- a/watchdog.h +++ b/watchdog.h @@ -15,7 +15,7 @@ #ifndef __PROCD_WATCHDOG_H #define __PROCD_WATCHDOG_H -void watchdog_init(void); +void watchdog_init(int preinit); char* watchdog_fd(void); int watchdog_timeout(int timeout); int watchdog_frequency(int frequency);