acl/lib_tls/include/lib_tls.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

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