aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_api.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h
index fa1592863..653d8e565 100644
--- a/src/include/ndpi_api.h
+++ b/src/include/ndpi_api.h
@@ -1266,16 +1266,6 @@ extern "C" {
* @param serializer The serializer handle
* @param key The field name or ID
* @param value The field value
- * @param format The float value format
- * @return 0 on success, a negative number otherwise
- */
- int ndpi_serialize_uint32_double(ndpi_serializer *serializer, u_int32_t key, double value, const char *format /* e.f. "%.2f" */);
-
- /**
- * Serialize a 32-bit unsigned int key and a double value
- * @param serializer The serializer handle
- * @param key The field name or ID
- * @param value The field value
* @param format The double value format
* @return 0 on success, a negative number otherwise
*/