FOSSology  4.4.0
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
int ExtractISO(char *Source, char *Destination)
Given an ISO image and a directory, extract the image to the directory.
Definition: ununpack-iso.c:68