diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-23 21:03:24 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-23 21:03:24 +0000 |
commit | 55b74a9691874e406aeaf1f62b27127ee9a04583 (patch) | |
tree | 02e09df834fdc69bc5938f920f987f435a19f222 /parse.y | |
parent | fc2d207c79125ffd80a6819b50981d9401232660 (diff) |
remove the new_*() declarations that were moved to utils.c
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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*); |