FOSSology
4.5.1
Open Source License Compliance by Open Source Software
ununpack-iso.h
1
/*
2
ununpack-iso.h - Header file for unpacking an ISO file system.
3
4
SPDX-FileCopyrightText: © 2007 Hewlett-Packard Development Company, L.P.
5
6
SPDX-License-Identifier: GPL-2.0-only
7
*/
8
#ifndef UNPACK_ISO_H
9
#define UNPACK_ISO_H
10
11
int
ExtractISO
(
char
*Source,
char
*Destination);
12
13
#endif
ExtractISO
int ExtractISO(char *Source, char *Destination)
Given an ISO image and a directory, extract the image to the directory.
Definition:
ununpack-iso.c:68
src
ununpack
agent
ununpack-iso.h
Generated on Wed Mar 26 2025 09:10:53 for FOSSology by
1.9.1