7 lines
206 B
C
7 lines
206 B
C
|
|
#ifndef TFE_WATCHDOG_TFE_H
|
||
|
|
#define TFE_WATCHDOG_TFE_H
|
||
|
|
|
||
|
|
struct watchdog_tfe;
|
||
|
|
struct watchdog_tfe *watchdog_tfe_create(struct tfe_proxy *proxy, const char *profile, void *logger);
|
||
|
|
|
||
|
|
#endif //TFE_WATCHDOG_TFE_H
|