/* * Copyright (C) 2015-2018 Alibaba Group Holding Limited */ #ifndef __AWSS_EVENT_H__ #define __AWSS_EVENT_H__ #if defined(__cplusplus) /* If this is a C++ compiler, use C linkage */ extern "C" { #endif int awss_event_post(int event); #if defined(__cplusplus) /* If this is a C++ compiler, use C linkage */ } #endif #endif