Added missing prototype

This commit is contained in:
Marc Stern
2024-04-05 18:17:25 +02:00
committed by GitHub
parent 649aea7288
commit 1014e479b7

View File

@@ -165,6 +165,8 @@ int ip_tree_from_uri(TreeRoot **rtree, char *uri,
apr_pool_t *mp, char **error_msg);
#endif
char DSOLOCAL *get_username(apr_pool_t* mp);
int read_line(char *buff, int size, FILE *fp);
size_t msc_curl_write_memory_cb(void *contents, size_t size,