FOSSology  4.6.0
Open Source License Compliance by Open Source Software
ununpack-lzip.c File Reference

The universal unpacker - Code to unpack an lzip compressed file. More...

#include "ununpack.h"
#include "externs.h"
Include dependency graph for ununpack-lzip.c:

Go to the source code of this file.

Functions

int ExtractLzip (char *Source, const char *OrigName, char *Destination)
 Given an lzip file, extract the contents to the directory. More...
 

Detailed Description

The universal unpacker - Code to unpack an lzip compressed file.

Definition in file ununpack-lzip.c.

Function Documentation

◆ ExtractLzip()

int ExtractLzip ( char *  Source,
const char *  OrigName,
char *  Destination 
)

Given an lzip file, extract the contents to the directory.

Parameters
SourcePathname of source file
OrigNameOriginal name of file
DestinationUnpack destination
Returns
0 on success, non-zero on failure.

Definition at line 23 of file ununpack-lzip.c.