PolarSSL v1.1.4
error.h
Go to the documentation of this file.
00001 
00027 #ifndef POLARSSL_ERROR_H
00028 #define POLARSSL_ERROR_H
00029 
00082 #ifdef __cplusplus
00083 extern "C" {
00084 #endif
00085 
00095 void error_strerror( int errnum, char *buffer, size_t buflen );
00096 
00097 #ifdef __cplusplus
00098 }
00099 #endif
00100 
00101 #endif /* error.h */