diff --git a/gmid.h b/gmid.h index 63d5daa..09a54fa 100644 --- a/gmid.h +++ b/gmid.h @@ -299,13 +299,12 @@ void drop_priv(void); void config_init(void); void config_free(void); +/* parse.y */ void yyerror(const char*, ...); void parse_conf(const char*); void print_conf(void); int cmdline_symset(char *); -/* log.c */ - /* mime.c */ void init_mime(struct mime*); int add_mime(struct mime*, const char*, const char*);