PolarSSL v1.3.1
error.h
Go to the documentation of this file.
1 
27 #ifndef POLARSSL_ERROR_H
28 #define POLARSSL_ERROR_H
29 
30 #include <string.h>
31 
94 #ifdef __cplusplus
95 extern "C" {
96 #endif
97 
107 void polarssl_strerror( int errnum, char *buffer, size_t buflen );
108 
109 #if defined(POLARSSL_ERROR_STRERROR_BC)
110 void error_strerror( int errnum, char *buffer, size_t buflen );
111 #endif
112 
113 #ifdef __cplusplus
114 }
115 #endif
116 
117 #endif /* error.h */