Restructure: Move hagelbarger from common code to 'libhagelbarger'

This commit is contained in:
Andreas Eversberg
2017-11-15 19:03:29 +01:00
parent ac7bb3539f
commit 60ffdcaf53
13 changed files with 15 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
void hagelbarger_encode(const uint8_t *input, uint8_t *output, int length);
void hagelbarger_decode(const uint8_t *input, uint8_t *output, int length);