From f057c9262272dcbb93085cde46019e1f62bc541a Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 6 Jun 2023 08:20:09 +0000 Subject: [PATCH] adjust comments --- gmid.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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*);