FOSSology  4.4.0
Open Source License Compliance by Open Source Software
ununpack-disk.h
1 /*
2  ununpack-disk.h - Ununpack-disk Header file
3 
4  SPDX-FileCopyrightText: © 2007 Hewlett-Packard Development Company, L.P.
5 
6  SPDX-License-Identifier: GPL-2.0-only
7 */
8 #ifndef UNPACK_DISK_H
9 #define UNPACK_DISK_H
10 
11 int ExtractDisk(char *Source, char *FStype, char *Destination);
12 void FatDiskName(char *Name);
13 
14 
15 #endif
void FatDiskName(char *Name)
Special handling for FAT names.
Definition: ununpack-disk.c:37
int ExtractDisk(char *Source, char *FStype, char *Destination)
Given a disk image, type of system, and a directory, extract all files!