aboutsummaryrefslogtreecommitdiff
path: root/unzip/bsdunzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'unzip/bsdunzip.h')
-rw-r--r--unzip/bsdunzip.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/unzip/bsdunzip.h b/unzip/bsdunzip.h
index 12b65cefb466..ab81e3930ec2 100644
--- a/unzip/bsdunzip.h
+++ b/unzip/bsdunzip.h
@@ -48,11 +48,6 @@ struct bsdunzip {
const char *argument;
};
-struct bsdunzip_getopt_ret {
- int index;
- int opt;
-};
-
enum {
OPTION_NONE,
OPTION_VERSION
@@ -60,4 +55,6 @@ enum {
int bsdunzip_getopt(struct bsdunzip *);
+extern int bsdunzip_optind;
+
#endif