X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fmware%2Frle.h;h=0ca9a28d6ba1b7dca0dbcc698212f4a705f9db48;hb=1a9205e1665e2ad0de939dc1b2cd782a8a31edc4;hp=6adcaf31223cc8f2608b84e030e0a808d09d0017;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/mware/rle.h b/bertos/mware/rle.h index 6adcaf31..0ca9a28d 100644 --- a/bertos/mware/rle.h +++ b/bertos/mware/rle.h @@ -1,61 +1,2 @@ -/** - * \file - * - * - * \brief General-purpose run-length {en,de}coding algorithm (interface) - * - * \version $Id$ - * \author Bernie Innocenti - */ - -/*#* - *#* $Log$ - *#* Revision 1.4 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.3 2005/11/04 16:20:02 bernie - *#* Fix reference to README.devlib in header. - *#* - *#* Revision 1.2 2004/08/25 14:12:09 rasky - *#* Aggiornato il comment block dei log RCS - *#* - *#* Revision 1.1 2004/08/04 02:35:54 bernie - *#* Import simple RLE algorithm. - *#* - *#*/ -#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