diff options
Diffstat (limited to 'src/lib/protocols/skype.c')
-rw-r--r-- | src/lib/protocols/skype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/skype.c b/src/lib/protocols/skype.c index 6b9c3cf69..d0d3c8060 100644 --- a/src/lib/protocols/skype.c +++ b/src/lib/protocols/skype.c @@ -105,7 +105,7 @@ static void ndpi_check_skype(struct ndpi_detection_module_struct *ndpi_struct, s } } -void ndpi_search_skype(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) +static void ndpi_search_skype(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { NDPI_LOG_DBG(ndpi_struct, "search skype\n"); |