clang-tidy: Add prototype to function declarations

Replaced function declarations without prototypes with proper
prototypes to comply with modern C standards and resolve
deprecation warnings.

'''
error: a function declaration without a prototype is deprecated in all versions of C [clang-diagnostic-strict-prototypes]
'''

Tested: Build verified

Change-Id: Ia85ad603623aa64e157dd7550d8023e6861d9201
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
2 files changed
tree: d668a63316bf99052444f86e41b574169f5c6d71
  1. include/
  2. src/
  3. subprojects/
  4. test/
  5. .clang-format
  6. .gitignore
  7. LICENSE
  8. MAINTAINERS
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

libbej

This library can be used to decode RDE bej data. More details on how to use the library will be added in the future.