view src/lzfu.h @ 190:e3a63888cdd4

add documentation for shared library interface
author Carl Byington <carl@five-ten-sg.com>
date Tue, 14 Apr 2009 22:26:17 -0700
parents 6954d315aaa8
children cf3df962f1e5
line wrap: on
line source

#ifndef LZFU_H
#define LZFU_H

char* pst_lzfu_decompress (char* rtfcomp, uint32_t compsize, size_t *size);

#endif