mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
fix tab/space in torgzip.h
svn:r2493
This commit is contained in:
parent
a4ef916b8e
commit
100b10473a
@ -14,12 +14,12 @@ typedef enum { GZIP_METHOD=1, ZLIB_METHOD=2 } compress_method_t;
|
||||
|
||||
int
|
||||
tor_gzip_compress(char **out, size_t *out_len,
|
||||
const char *in, size_t in_len,
|
||||
compress_method_t method);
|
||||
const char *in, size_t in_len,
|
||||
compress_method_t method);
|
||||
int
|
||||
tor_gzip_uncompress(char **out, size_t *out_len,
|
||||
const char *in, size_t in_len,
|
||||
compress_method_t method);
|
||||
const char *in, size_t in_len,
|
||||
compress_method_t method);
|
||||
|
||||
int is_gzip_supported(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user