diff options
author | Luca Deri <deri@ntop.org> | 2019-04-12 19:33:17 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-04-12 19:33:17 +0200 |
commit | 1bf9351a6768cdd9bbaa345be0c5031cbf45d684 (patch) | |
tree | aad2e1f10c637f6ce497bc17dc9980bf5bca900e /src/include/ndpi_api.h | |
parent | 3cb0b3fc7b2cb5056c74f2403693557e00757931 (diff) | |
parent | ffb1b9c14fccb6b29d2e829362cd0c469db8e9a4 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/include/ndpi_api.h')
-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 84633c3ae..6e0e4787b 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -612,7 +612,7 @@ extern "C" { * */ int ndpi_load_protocols_file(struct ndpi_detection_module_struct *ndpi_mod, - char* path); + const char* path); /** * Get the total number of the supported protocols |