diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-09 10:07:13 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-09 10:07:13 +0000 |
commit | 702b5101d34d01499d2a0fead9189bfede6ebf64 (patch) | |
tree | 8d950c7eb89e05ca7e42021e9d3e8097d94d3f6c /gmid.h | |
parent | 345a12c7666a09ecc4e1c2d36b24d60e4f7e75ac (diff) |
yyerror is already defined (locally) in parse.y
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -382,7 +382,6 @@ void crypto(struct privsep *, struct privsep_proc *); void crypto_engine_init(struct conf *); /* parse.y */ -void yyerror(const char*, ...); int parse_conf(struct conf *, const char*); int cmdline_symset(char *); |