mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 06:36:13 +03:00
Reducing the amount of compilation warnings
This commit is contained in:
parent
fa77c93589
commit
069122194e
@ -37,4 +37,8 @@ static const char msc_status_engine_basis_32[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ2345
|
|||||||
|
|
||||||
int msc_status_engine_call(void);
|
int msc_status_engine_call(void);
|
||||||
|
|
||||||
|
int DSOLOCAL msc_status_engine_unique_id (unsigned char *digest);
|
||||||
|
|
||||||
|
int DSOLOCAL msc_beacon_string (char *beacon_string, int beacon_string_max_len);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -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,
|
int DSOLOCAL ip_tree_from_param(apr_pool_t *pool,
|
||||||
char *param, TreeRoot **rtree, char **error_msg);
|
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);
|
int read_line(char *buff, int size, FILE *fp);
|
||||||
|
|
||||||
size_t msc_curl_write_memory_cb(void *contents, size_t size,
|
size_t msc_curl_write_memory_cb(void *contents, size_t size,
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include "msc_tree.h"
|
#include "msc_tree.h"
|
||||||
#include "msc_crypt.h"
|
#include "msc_crypt.h"
|
||||||
#include "msc_remote_rules.h"
|
#include "msc_remote_rules.h"
|
||||||
|
#include "msc_status_engine.h"
|
||||||
#include <apr_sha1.h>
|
#include <apr_sha1.h>
|
||||||
|
|
||||||
#if APR_HAVE_ARPA_INET_H
|
#if APR_HAVE_ARPA_INET_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user