summaryrefslogtreecommitdiffstats
path: root/libbb/libbb.h
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-27 13:52:24 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-27 13:52:24 (EST)
commit2c6f8eda7145ce3e8645567aa930b16853770f94 (patch)
tree426e9d269e3e99ae9e7552321ff7bc4b29e7ba5e /libbb/libbb.h
parentdd36f3cc97446d704474366e711fa0cc6ffe0917 (diff)
revert R190, keep R191
Waiting for the patch fixing bugs. git-svn-id: http://opkg.googlecode.com/svn/trunk@192 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r--libbb/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h
index 238e5a7..860dacd 100644
--- a/libbb/libbb.h
+++ b/libbb/libbb.h
@@ -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);