diff options
Diffstat (limited to 'src/lib/protocols/drda.c')
-rw-r--r-- | src/lib/protocols/drda.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/drda.c b/src/lib/protocols/drda.c index 67afacb95..dd39afdc6 100644 --- a/src/lib/protocols/drda.c +++ b/src/lib/protocols/drda.c @@ -33,8 +33,8 @@ struct ndpi_drda_hdr { }; -void ndpi_search_drda(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow) +static void ndpi_search_drda(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow) { struct ndpi_packet_struct * packet = &ndpi_struct->packet; u_int16_t payload_len = packet->payload_packet_len; |