Commit Diff


commit - c68baad22af4c65c090a3ba6d83a155561275134
commit + f057c9262272dcbb93085cde46019e1f62bc541a
blob - 63d5daab0ddf7534f0aa76a6d9c4291100518466
blob + 09a54fa223139a20cd39377c62e31aa870d50c6a
--- gmid.h
+++ 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*);