mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-28 17:15:13 +02:00
PaCheckCompressed() constify implementation
This commit is contained in:
committed by
Tim Edwards
parent
e22e5d63b9
commit
fca164715e
+1
-1
@@ -77,7 +77,7 @@ extern bool ParsSplit();
|
||||
#ifdef HAVE_ZLIB
|
||||
extern gzFile PaZOpen(char *, char *, char *, char *, char *, char **);
|
||||
extern gzFile PaLockZOpen(char *, char *, char *, char *, char *, char **, bool *, int *);
|
||||
extern char *PaCheckCompressed(char *);
|
||||
extern char *PaCheckCompressed(const char *filename);
|
||||
#endif
|
||||
|
||||
extern int SetNoisyBool(bool *, char *, FILE *);
|
||||
|
||||
Reference in New Issue
Block a user