00001 00027 #ifndef POLARSSL_ERROR_H 00028 #define POLARSSL_ERROR_H 00029 00030 #include <string.h> 00031 00094 #ifdef __cplusplus 00095 extern "C" { 00096 #endif 00097 00107 void polarssl_strerror( int errnum, char *buffer, size_t buflen ); 00108 00109 #if defined(POLARSSL_ERROR_STRERROR_BC) 00110 void error_strerror( int errnum, char *buffer, size_t buflen ); 00111 #endif 00112 00113 #ifdef __cplusplus 00114 } 00115 #endif 00116 00117 #endif /* error.h */