emile: mark ssl layer as a beta API for now.

This commit is contained in:
Cedric BAIL 2015-03-17 08:50:36 +01:00
parent 9e2333d408
commit d32f310a92
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef EMILE_CIPHER_H_
#define EMILE_CIPHER_H_
#ifdef EFL_BETA_API_SUPPORT
typedef struct _Emile_SSL Emile_SSL;
typedef enum
@ -52,3 +54,5 @@ EAPI Eina_Bool emile_cipher_verify_get(const Emile_SSL *emile);
EAPI Eina_Bool emile_cipher_verify_basic_get(const Emile_SSL *emile);
#endif
#endif