aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r--src/include/ndpi_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h
index 7e695cc32..ae1540dc6 100644
--- a/src/include/ndpi_api.h
+++ b/src/include/ndpi_api.h
@@ -2314,10 +2314,12 @@ extern "C" {
char* ndpi_quick_encrypt(const char *cleartext_msg,
u_int16_t cleartext_msg_len,
+ u_int16_t *encrypted_msg_len,
u_char encrypt_key[64]);
char* ndpi_quick_decrypt(const char *encrypted_msg,
u_int16_t encrypted_msg_len,
+ u_int16_t *decrypted_msg_len,
u_char decrypt_key[64]);
/* ******************************* */