#ifndef _CONFIG_H_fa20623b_ #define _CONFIG_H_fa20623b_ #include "structs.h" extern int reload_config(void); void config_warn(CONFIG *, const char *, ...) __attribute__((__format__(__printf__,2,3))); void config_err(CONFIG *, const char *, ...) __attribute__((__format__(__printf__,2,3),__noreturn__)); void config_err_post(void (*)(void), CONFIG *, const char *, ...) __attribute__((__format__(__printf__,3,4),__noreturn__)); #endif