PolarSSL v1.1.4
error.h
Go to the documentation of this file.
1 
27 #ifndef POLARSSL_ERROR_H
28 #define POLARSSL_ERROR_H
29 
82 #ifdef __cplusplus
83 extern "C" {
84 #endif
85 
95 void error_strerror( int errnum, char *buffer, size_t buflen );
96 
97 #ifdef __cplusplus
98 }
99 #endif
100 
101 #endif /* error.h */