Codebase list httping / b4b839d6-714e-41fa-953a-4bc010a4bc4c/main error.h
b4b839d6-714e-41fa-953a-4bc010a4bc4c/main

Tree @b4b839d6-714e-41fa-953a-4bc010a4bc4c/main (Download .tar.gz)

error.h @b4b839d6-714e-41fa-953a-4bc010a4bc4c/main

3bd5d0f
bc3680c
 
 
 
 
1
2
3
4
5
6
/* Released under AGPL v3 with exception for the OpenSSL library. See license.txt */

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