Skip to content

Commit 0691221

Browse files
author
Felipe Zimmerle
committed
Reducing the amount of compilation warnings
1 parent fa77c93 commit 0691221

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

apache2/msc_status_engine.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ static const char msc_status_engine_basis_32[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ2345
3737

3838
int msc_status_engine_call(void);
3939

40+
int DSOLOCAL msc_status_engine_unique_id (unsigned char *digest);
41+
42+
int DSOLOCAL msc_beacon_string (char *beacon_string, int beacon_string_max_len);
43+
4044
#endif

apache2/msc_util.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ int DSOLOCAL tree_contains_ip(apr_pool_t *mp, TreeRoot *rtree,
159159
int DSOLOCAL ip_tree_from_param(apr_pool_t *pool,
160160
char *param, TreeRoot **rtree, char **error_msg);
161161

162+
#ifdef WITH_CURL
163+
int ip_tree_from_uri(TreeRoot **rtree, char *uri,
164+
apr_pool_t *mp, char **error_msg);
165+
#endif
166+
162167
int read_line(char *buff, int size, FILE *fp);
163168

164169
size_t msc_curl_write_memory_cb(void *contents, size_t size,

apache2/re_operators.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "msc_tree.h"
2525
#include "msc_crypt.h"
2626
#include "msc_remote_rules.h"
27+
#include "msc_status_engine.h"
2728
#include <apr_sha1.h>
2829

2930
#if APR_HAVE_ARPA_INET_H

0 commit comments

Comments
 (0)