#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