aboutsummaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-08 12:44:34 +0000
committerOmar Polo <op@omarpolo.com>2021-02-08 12:44:34 +0000
commitd090dc8491682f30c49da381498c283c61f2e37b (patch)
tree1d808f4684327f06062f4add8029002292e674c6 /parse.y
parent319b7fa9090ddd39e03cb499ca2bcafd3a771a85 (diff)
define config_path as global variable
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index c6e7606..ab7a3e8 100644
--- a/parse.y
+++ b/parse.y
@@ -35,7 +35,6 @@ struct location *loc;
size_t iloc;
int goterror = 0;
-const char *config_path;
void yyerror(const char*, ...);
int parse_portno(const char*);