Skip to content

Commit 3b83d74

Browse files
author
Guillaume Quintard
committed
ip2proxy_free should be static
1 parent 204eac3 commit 3b83d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmod_ip2proxy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#include "cache/cache.h"
2525

26-
void
26+
static void
2727
ip2proxy_free(void *ptr)
2828
{
2929
IP2Proxy_close((IP2Proxy *)ptr);

0 commit comments

Comments
 (0)