Codebase list httping / a836239f-a6ff-45f0-ba82-6fd53b7771b0/upstream error.h
a836239f-a6ff-45f0-ba82-6fd53b7771b0/upstream

Tree @a836239f-a6ff-45f0-ba82-6fd53b7771b0/upstream (Download .tar.gz)

error.h @a836239f-a6ff-45f0-ba82-6fd53b7771b0/upstream

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);