X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Frle.h;h=6adcaf31223cc8f2608b84e030e0a808d09d0017;hb=HEAD;hp=f3322d9c3c74a6500bab0a0dc179bf69f10a3489;hpb=277b540c0764dd376dcf583acdc97a2b2fd3d8e6;p=bertos.git diff --git a/mware/rle.h b/mware/rle.h deleted file mode 100755 index f3322d9c..00000000 --- a/mware/rle.h +++ /dev/null @@ -1,30 +0,0 @@ -/*! - * \file - * - * - * \brief General-purpose run-length {en,de}coding algorithm (interface) - * - * \version $Id$ - * \author Bernardo Innocenti - */ - -/*#* - *#* $Log$ - *#* 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 */