Codebase list httping / run/8f98d9e2-9488-4242-8957-42b024de2976/main error.h
run/8f98d9e2-9488-4242-8957-42b024de2976/main

Tree @run/8f98d9e2-9488-4242-8957-42b024de2976/main (Download .tar.gz)

error.h @run/8f98d9e2-9488-4242-8957-42b024de2976/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);