diff options
Diffstat (limited to 'services/cache/infra.c')
-rw-r--r-- | services/cache/infra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/cache/infra.c b/services/cache/infra.c index 489f939491d7f..07c41928d67e5 100644 --- a/services/cache/infra.c +++ b/services/cache/infra.c @@ -808,7 +808,7 @@ static struct lruhash_entry* infra_find_ratedata(struct infra_cache* infra, } /** find data item in array for ip addresses */ -struct lruhash_entry* infra_find_ip_ratedata(struct infra_cache* infra, +static struct lruhash_entry* infra_find_ip_ratedata(struct infra_cache* infra, struct comm_reply* repinfo, int wr) { struct ip_rate_key key; |