aboutsummaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-23 21:03:24 +0000
committerOmar Polo <op@omarpolo.com>2023-06-23 21:03:24 +0000
commit55b74a9691874e406aeaf1f62b27127ee9a04583 (patch)
tree02e09df834fdc69bc5938f920f987f435a19f222 /parse.y
parentfc2d207c79125ffd80a6819b50981d9401232660 (diff)
remove the new_*() declarations that were moved to utils.c
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/parse.y b/parse.y
index d7a6bb3..8ba06d3 100644
--- a/parse.y
+++ b/parse.y
@@ -84,9 +84,6 @@ struct sym {
int symset(const char *, const char *, int);
char *symget(const char *);
-struct vhost *new_vhost(void);
-struct location *new_location(void);
-struct proxy *new_proxy(void);
char *ensure_absolute_path(char*);
int check_block_code(int);
char *check_block_fmt(char*);