Restructure: Move hagelbarger from common code to 'libhagelbarger'
This commit is contained in:
4
src/libhagelbarger/hagelbarger.h
Normal file
4
src/libhagelbarger/hagelbarger.h
Normal 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);
|
||||
|
Reference in New Issue
Block a user