trigger: fix memory leak in script calls
[project/procd.git] / watchdog.h
index cebbc33..015fa93 100644 (file)
@@ -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