Reducing the amount of compilation warnings

This commit is contained in:
Felipe Zimmerle
2014-12-01 09:21:55 -08:00
parent fa77c93589
commit 069122194e
3 changed files with 10 additions and 0 deletions

View File

@@ -159,6 +159,11 @@ 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);
#ifdef WITH_CURL
int ip_tree_from_uri(TreeRoot **rtree, char *uri,
apr_pool_t *mp, char **error_msg);
#endif
int read_line(char *buff, int size, FILE *fp);
size_t msc_curl_write_memory_cb(void *contents, size_t size,