diff options
Diffstat (limited to 'src/lib/protocols/iax.c')
-rw-r--r-- | src/lib/protocols/iax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/iax.c b/src/lib/protocols/iax.c index 428dd3a67..d988fe772 100644 --- a/src/lib/protocols/iax.c +++ b/src/lib/protocols/iax.c @@ -85,7 +85,7 @@ static void ndpi_search_setup_iax(struct ndpi_detection_module_struct *ndpi_stru } -void ndpi_search_iax(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) +static void ndpi_search_iax(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { struct ndpi_packet_struct *packet = &ndpi_struct->packet; |