// // Created by luqiu on 2019/6/18. // #ifndef TFE_WATCHDOG_KNI_H #define TFE_WATCHDOG_KNI_H struct watchdog_kni; struct watchdog_kni * watchdog_kni_create(struct tfe_proxy * proxy, const char * profile, void * logger); #endif //TFE_WATCHDOG_KNI_H