Codebase list httping / upstream/2.5+git20200730.1.fa72809 error.h
upstream/2.5+git20200730.1.fa72809

Tree @upstream/2.5+git20200730.1.fa72809 (Download .tar.gz)

error.h @upstream/2.5+git20200730.1.fa72809raw · history · blame

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