Revert "Centralized function to get user name"

This commit is contained in:
Ervin Hegedus
2024-02-07 23:08:06 +01:00
committed by GitHub
parent 4629057fc9
commit 3f8d21c4b1
4 changed files with 850 additions and 822 deletions

View File

@@ -159,8 +159,6 @@ int DSOLOCAL tree_contains_ip(apr_pool_t *mp, TreeRoot *rtree,
int DSOLOCAL ip_tree_from_param(apr_pool_t *pool,
char *param, TreeRoot **rtree, char **error_msg);
char DSOLOCAL *get_username(apr_pool_t* mp);
#ifdef WITH_CURL
int ip_tree_from_uri(TreeRoot **rtree, char *uri,
apr_pool_t *mp, char **error_msg);