view src/lzfu.h @ 50:fb3818370dd6 stable-0-6-4

more fixes for 64 bit format
author carl
date Sat, 19 Jan 2008 16:30:16 -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