KTNEF Library
lzfu.cpp File Reference
This file is part of the API for handling TNEF data and provides the LZFU decompression functionality. More...
#include "lzfu.h"
#include <QtCore/QIODevice>
#include <sys/types.h>
#include <string.h>
#include <stdio.h>
Include dependency graph for lzfu.cpp:

Go to the source code of this file.
Functions | |
int | lzfu_decompress (QIODevice *input, QIODevice *output) |
Detailed Description
This file is part of the API for handling TNEF data and provides the LZFU decompression functionality.
Definition in file lzfu.cpp.