diff options
author | Derrick Lyndon Pallas <derrick@argosylabs.com> | 2019-04-05 18:48:42 +0000 |
---|---|---|
committer | Derrick Lyndon Pallas <derrick@argosylabs.com> | 2019-04-05 18:48:42 +0000 |
commit | bb2f35fe79d38f920fa95590e89cbac974e6cc4d (patch) | |
tree | fdb834cfb9bfff0baae30b703c786dc68ecf8458 /src/include/ndpi_api.h | |
parent | a455e0d8d48a479d5d43023316cb97cb012b78fa (diff) |
Make path const in ndpi_load_protocols_file
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 |