mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 08:50:53 +08:00
cc05b877a2
first commit acl to github
15 lines
178 B
C
15 lines
178 B
C
#ifndef __LIB_TLS_INCLUDE_H__
|
|
#define __LIB_TLS_INCLUDE_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "tls.h"
|
|
#include "tls_params.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|