summaryrefslogtreecommitdiff
path: root/src/ecbor_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecbor_internal.h')
-rw-r--r--src/ecbor_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ecbor_internal.h b/src/ecbor_internal.h
index b783eb1..e5e4179 100644
--- a/src/ecbor_internal.h
+++ b/src/ecbor_internal.h
@@ -37,4 +37,10 @@ ecbor_uint32_from_big_endian (uint32_t value);
extern uint64_t
ecbor_uint64_from_big_endian (uint64_t value);
+extern float
+ecbor_fp32_from_big_endian (float value);
+
+extern double
+ecbor_fp64_from_big_endian (double value);
+
#endif \ No newline at end of file