Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: support gzipped lua

This commit is contained in:
bol-van
2025-12-29 18:10:41 +03:00
parent 13864fe5c5
commit 3d756c9702
6 changed files with 64 additions and 9 deletions

View File

@@ -4,5 +4,5 @@
#include <zlib.h>
#include <stdbool.h>
int z_readfile(FILE *F,char **buf,size_t *size);
int z_readfile(FILE *F, char **buf, size_t *size, size_t extra_alloc);
bool is_gzip(FILE* F);