diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index ca1855532..9aa26d572 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -2074,7 +2074,7 @@ extern "C" { for substring domain matching and classification */ - ndpi_domain_classify* ndpi_domain_classify_alloc(); + ndpi_domain_classify* ndpi_domain_classify_alloc(void); void ndpi_domain_classify_free(ndpi_domain_classify *s); u_int32_t ndpi_domain_classify_size(ndpi_domain_classify *s); bool ndpi_domain_classify_add(struct ndpi_detection_module_struct *ndpi_mod, |