acl/lib_acl/include/stdlib/unix/acl_trace.h

24 lines
394 B
C
Raw Normal View History

#ifndef ACL_TRACE_INCLUDE_H
#define ACL_TRACE_INCLUDE_H
2014-11-19 00:25:21 +08:00
#ifdef __cplusplus
extern "C" {
#endif
/**
*
* @param filepath {const char*}
*/
2014-12-07 23:48:11 +08:00
void acl_trace_save(const char *filepath);
2014-11-19 00:25:21 +08:00
/**
*
*/
2014-12-07 23:48:11 +08:00
void acl_trace_info(void);
2014-11-19 00:25:21 +08:00
#ifdef __cplusplus
}
#endif
#endif