#ifndef MAIN_H #define MAIN_H #ifdef __cplusplus extern "C" { #endif void mqtt_event_data_callback_func(); #ifdef __cplusplus } #endif #endif