adjust comments

This commit is contained in:
Omar Polo 2023-06-06 08:20:09 +00:00
parent c68baad22a
commit f057c92622
1 changed files with 1 additions and 2 deletions

3
gmid.h
View File

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