1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-01-01 20:09:50 +00:00
zapret/tpws/gzip.h
2024-10-28 09:32:24 +03:00

9 lines
145 B
C

#pragma once
#include <stdio.h>
#include <zlib.h>
#include <stdbool.h>
int z_readfile(FILE *F,char **buf,size_t *size);
bool is_gzip(FILE* F);