#ifndef _CONFIG_H_52e90b15_ #define _CONFIG_H_52e90b15_ /* This file is in the public domain. */ #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