Codebase list httping / bc3680c error.h
bc3680c

Tree @bc3680c (Download .tar.gz)

error.h @bc3680craw · history · blame

1
2
3
4
5
6
7
/* Released under GPLv2 with exception for the OpenSSL library. See license.txt */
/* $Revision$ */

void error_exit(const char *format, ...);
void set_error(const char *str, ...);
void clear_error(void);
char * get_error(void);