summaryrefslogtreecommitdiffstats
path: root/runtime/dnscache.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/dnscache.h')
-rw-r--r--runtime/dnscache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dnscache.h b/runtime/dnscache.h
index 7113c942..9c21a645 100644
--- a/runtime/dnscache.h
+++ b/runtime/dnscache.h
@@ -24,6 +24,6 @@
rsRetVal dnscacheInit(void);
rsRetVal dnscacheDeinit(void);
-rsRetVal dnscacheLookup(struct sockaddr_storage *addr, prop_t **fqdn, prop_t **fqdnLowerCase, prop_t **ip);
+rsRetVal dnscacheLookup(struct sockaddr_storage *addr, prop_t **fqdn, prop_t **fqdnLowerCase, prop_t **localName, prop_t **ip);
#endif /* #ifndef INCLUDED_DNSCACHE_H */