X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Frle.h;h=0ca9a28d6ba1b7dca0dbcc698212f4a705f9db48;hb=1265029d73dae859ad9dc37fb41b908338c7cff8;hp=6e056d22b76b2340cc1bfdcc94a25b447f94a604;hpb=8ae4e430b21973bae9a6bc26b6fd5e08bd07c4c7;p=bertos.git diff --git a/bertos/mware/rle.h b/bertos/mware/rle.h index 6e056d22..0ca9a28d 100644 --- a/bertos/mware/rle.h +++ b/bertos/mware/rle.h @@ -1,45 +1,2 @@ -/** - * \file - * - * - * \version $Id$ - * \author Bernie Innocenti - * - * \brief General-purpose run-length {en,de}coding algorithm (interface) - */ -#ifndef RLE_H -#define RLE_H - -int rle(unsigned char *output, const unsigned char *input, int length); -int unrle(unsigned char *output, const unsigned char *input); - -#endif /* RLE_H */ +#warning This header is OBSOLETE +#include