mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-06 17:09:40 +02:00
Removed the "-k" option from "gunzip", which is not only redundant
with "-c" but is unsupported on some OS versions of gunzip.
This commit is contained in:
@@ -44,7 +44,6 @@ extern int LookupStructFull();
|
||||
extern int PaExpand(char **, char **, int);
|
||||
extern char *nextName();
|
||||
extern FILE *PaOpen(char *, char *, char *, char *, char *, char **);
|
||||
extern FILE *PaZOpen(char *, char *, char *, char *, char *, char **, bool *);
|
||||
extern FILE *PaLockOpen(char *, char *, char *, char *, char *, char **, bool *);
|
||||
extern char *StrDup(char **, char *);
|
||||
extern int Match();
|
||||
|
||||
Reference in New Issue
Block a user