PolarSSL v1.2.7
error.h
Go to the documentation of this file.
1 
27 #ifndef POLARSSL_ERROR_H
28 #define POLARSSL_ERROR_H
29 
86 #ifdef __cplusplus
87 extern "C" {
88 #endif
89 
99 void error_strerror( int errnum, char *buffer, size_t buflen );
100 
101 #ifdef __cplusplus
102 }
103 #endif
104 
105 #endif /* error.h */