aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-09 10:07:13 +0000
committerOmar Polo <op@omarpolo.com>2024-06-09 10:07:13 +0000
commit702b5101d34d01499d2a0fead9189bfede6ebf64 (patch)
tree8d950c7eb89e05ca7e42021e9d3e8097d94d3f6c /gmid.h
parent345a12c7666a09ecc4e1c2d36b24d60e4f7e75ac (diff)
yyerror is already defined (locally) in parse.y
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index d484a17..51a68b2 100644
--- a/gmid.h
+++ b/gmid.h
@@ -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 *);