summaryrefslogtreecommitdiffstats
path: root/src/dle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dle.h')
-rw-r--r--src/dle.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dle.h b/src/dle.h
new file mode 100644
index 0000000..2e0e453
--- /dev/null
+++ b/src/dle.h
@@ -0,0 +1,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