summaryrefslogtreecommitdiffstats
path: root/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.h')
-rw-r--r--watchdog.h2
1 files changed, 1 insertions, 1 deletions
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);