aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/fnettrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnettrace/fnettrace.h')
-rw-r--r--src/fnettrace/fnettrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fnettrace/fnettrace.h b/src/fnettrace/fnettrace.h
index c2f76f3a6..50c538a71 100644
--- a/src/fnettrace/fnettrace.h
+++ b/src/fnettrace/fnettrace.h
@@ -59,6 +59,7 @@ static inline uint8_t hash(uint32_t ip) {
59void logprintf(char* fmt, ...); 59void logprintf(char* fmt, ...);
60 60
61// hostnames.c 61// hostnames.c
62extern int geoip_calls;
62void load_hostnames(const char *fname); 63void load_hostnames(const char *fname);
63char* retrieve_hostname(uint32_t ip); 64char* retrieve_hostname(uint32_t ip);
64void build_list(const char *fname); 65void build_list(const char *fname);