remove the new_*() declarations that were moved to utils.c

This commit is contained in:
Omar Polo 2023-06-23 21:03:24 +00:00
parent fc2d207c79
commit 55b74a9691
1 changed files with 0 additions and 3 deletions

View File

@ -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*);