acl/lib_tls/include/lib_tls.h

15 lines
192 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