summaryrefslogtreecommitdiffstats
path: root/src/dle.h
blob: 2e0e4534e4152ab05d91bd11f56b0427358188cd (plain)
1
2
3
4
5
6
7
#ifndef foodlehfoo
#define foodlehfoo

size_t dle_decode(uint8_t* s, size_t ls, uint8_t* d, size_t *ld, void (*dle_func) (uint8_t c, void *user), void *user, int *dle_flag);
size_t dle_encode(uint8_t* s, size_t ls, uint8_t* d, size_t *ld);

#endif