diff options
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index ae5679e71..612f66662 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -115,6 +115,8 @@ extern "C" { void ndpi_flow_free(void *ptr); u_int32_t ndpi_get_tot_allocated_memory(void); + char *ndpi_strip_leading_trailing_spaces(char *ptr, int *ptr_len) ; + /** * Finds the first occurrence of the substring 'needle' in the string 'haystack'. * |