3 #ifndef _WATCHDOG_H_INCLUDED_
4 #define _WATCHDOG_H_INCLUDED_
12 /* #include "watchdog.h"
19 typedef struct WATCHDOG WATCHDOG
;
20 typedef void (*WATCHDOG_FN
) (WATCHDOG
*, char *);
21 extern WATCHDOG
*watchdog_create(unsigned, WATCHDOG_FN
, char *);
22 extern void watchdog_start(WATCHDOG
*);
23 extern void watchdog_stop(WATCHDOG
*);
24 extern void watchdog_destroy(WATCHDOG
*);
25 extern void watchdog_pat(void);
30 /* The Secure Mailer license must be distributed with this software.
33 /* IBM T.J. Watson Research
35 /* Yorktown Heights, NY 10598, USA