mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
readTarFile changed from exter nto static
This commit is contained in:
parent
b3f23d4c6a
commit
2975a34f23
@ -133,7 +133,7 @@ struct TarInfo
|
|||||||
typedef struct TarInfo TarInfo;
|
typedef struct TarInfo TarInfo;
|
||||||
|
|
||||||
/* Local procedures to restore files from a tar file. */
|
/* Local procedures to restore files from a tar file. */
|
||||||
extern int readTarFile(int tarFd, int extractFlag, int listFlag,
|
static int readTarFile(int tarFd, int extractFlag, int listFlag,
|
||||||
int tostdoutFlag, int verboseFlag, char** extractList,
|
int tostdoutFlag, int verboseFlag, char** extractList,
|
||||||
char** excludeList);
|
char** excludeList);
|
||||||
|
|
||||||
@ -571,7 +571,7 @@ static int extract_file(char **extract_files, const char *file)
|
|||||||
* Read a tar file and extract or list the specified files within it.
|
* Read a tar file and extract or list the specified files within it.
|
||||||
* If the list is empty than all files are extracted or listed.
|
* If the list is empty than all files are extracted or listed.
|
||||||
*/
|
*/
|
||||||
extern int readTarFile(int tarFd, int extractFlag, int listFlag,
|
static int readTarFile(int tarFd, int extractFlag, int listFlag,
|
||||||
int tostdoutFlag, int verboseFlag, char** extractList,
|
int tostdoutFlag, int verboseFlag, char** extractList,
|
||||||
char** excludeList)
|
char** excludeList)
|
||||||
{
|
{
|
||||||
|
4
tar.c
4
tar.c
@ -133,7 +133,7 @@ struct TarInfo
|
|||||||
typedef struct TarInfo TarInfo;
|
typedef struct TarInfo TarInfo;
|
||||||
|
|
||||||
/* Local procedures to restore files from a tar file. */
|
/* Local procedures to restore files from a tar file. */
|
||||||
extern int readTarFile(int tarFd, int extractFlag, int listFlag,
|
static int readTarFile(int tarFd, int extractFlag, int listFlag,
|
||||||
int tostdoutFlag, int verboseFlag, char** extractList,
|
int tostdoutFlag, int verboseFlag, char** extractList,
|
||||||
char** excludeList);
|
char** excludeList);
|
||||||
|
|
||||||
@ -571,7 +571,7 @@ static int extract_file(char **extract_files, const char *file)
|
|||||||
* Read a tar file and extract or list the specified files within it.
|
* Read a tar file and extract or list the specified files within it.
|
||||||
* If the list is empty than all files are extracted or listed.
|
* If the list is empty than all files are extracted or listed.
|
||||||
*/
|
*/
|
||||||
extern int readTarFile(int tarFd, int extractFlag, int listFlag,
|
static int readTarFile(int tarFd, int extractFlag, int listFlag,
|
||||||
int tostdoutFlag, int verboseFlag, char** extractList,
|
int tostdoutFlag, int verboseFlag, char** extractList,
|
||||||
char** excludeList)
|
char** excludeList)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user