FOSSology  4.6.0
Open Source License Compliance by Open Source Software
ununpack-lzip.h
1 /*
2  SPDX-FileCopyrightText: © 2025 Siemens Healthineers AG
3  SPDX-FileContributor: Sushant Kumar <sushant.kumar@siemens-healthineers.com>
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
8 #ifndef UNUNPACK_LZIP_H
9 #define UNUNPACK_LZIP_H
10 
11 int ExtractLzip(char *Source, const char *OrigName, char *Destination);
12 
13 #endif
int ExtractLzip(char *Source, const char *OrigName, char *Destination)
Given an lzip file, extract the contents to the directory.
Definition: ununpack-lzip.c:23