view src/lzfu.h @ 68:0616a2ee9c48

Added tag stable-0-6-8 for changeset 90aa7814ad1f
author Carl Byington <carl@five-ten-sg.com>
date Wed, 05 Mar 2008 19:06:10 -0800
parents f6db1f060a95
children 3cb02cb1e6cd
line wrap: on
line source

#ifndef LZFU_H
#define LZFU_H

#include <stdint.h>

unsigned char* lzfu_decompress (unsigned char* rtfcomp, uint32_t compsize, size_t *size);

#endif