summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/RLE.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/RLE.hxx')
-rw-r--r--Kernel/KernelKit/RLE.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/KernelKit/RLE.hxx b/Kernel/KernelKit/RLE.hxx
index e43d2462..9256c23b 100644
--- a/Kernel/KernelKit/RLE.hxx
+++ b/Kernel/KernelKit/RLE.hxx
@@ -9,4 +9,7 @@
#include <NewKit/Defines.hpp>
+EXTERN_C void rle_compress(void* data, long sz, void* out, long out_sz);
+EXTERN_C void rle_decompress(void* data, long sz, void* out, long out_sz);
+
#endif // !ifndef __KERNELKIT_RLE_HXX__