aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.hpp')
-rw-r--r--src/utils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.hpp b/src/utils.hpp
index 524ef09..ee5f7c9 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -103,3 +103,5 @@ std::string pnum_to_str(uint16_t Programme_Number);
// -90dB
int absolute_to_dB(int16_t value);
+uint32_t read_u32_from_buf(const uint8_t *buf);
+uint16_t read_u16_from_buf(const uint8_t *buf);