mirror of https://github.com/n1nj4sec/pupy.git
7 lines
124 B
C
7 lines
124 B
C
|
#ifndef DECOMPRESS_H
|
||
|
#define DECOMPRESS_H
|
||
|
|
||
|
int decompress(int fd, const char *buf, size_t size);
|
||
|
|
||
|
#endif /* DECOMPRESS_H */
|