revert R190, keep R191
[project/opkg-lede.git] / libbb / libbb.h
index 238e5a76406e43a86a00962b47da1b319bb176a5..860dacdfb09dea61bb2b9456a8593b0f980a6336 100644 (file)
@@ -270,8 +270,6 @@ char *fgets_str(FILE *file, const char *terminating_string);
 extern int unzip(FILE *l_in_file, FILE *l_out_file);
 extern void gz_close(int gunzip_pid);
 extern FILE *gz_open(FILE *compressed_file, int *pid);
-extern void gzvclose(int gunzip_pid);
-extern FILE *gzvopen(FILE *compressed_file, int *pid);
 
 extern struct hostent *xgethostbyname(const char *name);
 extern int create_icmp_socket(void);