00001 00023 #ifndef MBEDTLS_ERROR_H 00024 #define MBEDTLS_ERROR_H 00025 00026 #include <stddef.h> 00027 00088 #ifdef __cplusplus 00089 extern "C" { 00090 #endif 00091 00101 void mbedtls_strerror( int errnum, char *buffer, size_t buflen ); 00102 00103 #ifdef __cplusplus 00104 } 00105 #endif 00106 00107 #endif /* error.h */