aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/fastcgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/fastcgi.c')
-rw-r--r--src/lib/protocols/fastcgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/fastcgi.c b/src/lib/protocols/fastcgi.c
index 6726a49c7..5a608eda5 100644
--- a/src/lib/protocols/fastcgi.c
+++ b/src/lib/protocols/fastcgi.c
@@ -154,8 +154,8 @@ static int fcgi_parse_params(struct ndpi_flow_struct * const flow,
return 0;
}
-void ndpi_search_fastcgi(struct ndpi_detection_module_struct *ndpi_struct,
- struct ndpi_flow_struct *flow)
+static void ndpi_search_fastcgi(struct ndpi_detection_module_struct *ndpi_struct,
+ struct ndpi_flow_struct *flow)
{
struct ndpi_packet_struct * const packet = &ndpi_struct->packet;
struct FCGI_Header const * fcgi_hdr;