aboutsummaryrefslogtreecommitdiff
path: root/binutils/dlltool.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-03-08 11:50:36 +0000
committerNick Clifton <nickc@redhat.com>2004-03-08 11:50:36 +0000
commit7aa52b1f6540662befbe35a8dd7ffb6b040d9231 (patch)
tree1bf7ec1c789108e922e913d0019001100c31309b /binutils/dlltool.h
parentee31fbd0360ca03692ab43dc4743ea0c3fa5a91a (diff)
downloadbinutils-7aa52b1f6540662befbe35a8dd7ffb6b040d9231.zip
binutils-7aa52b1f6540662befbe35a8dd7ffb6b040d9231.tar.gz
binutils-7aa52b1f6540662befbe35a8dd7ffb6b040d9231.tar.bz2
Honour the PRIVATE keyword
Diffstat (limited to 'binutils/dlltool.h')
-rw-r--r--binutils/dlltool.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/binutils/dlltool.h b/binutils/dlltool.h
index c2eaea6..f488d96 100644
--- a/binutils/dlltool.h
+++ b/binutils/dlltool.h
@@ -1,5 +1,5 @@
/* dlltool.h -- header file for dlltool
- Copyright 1997, 1998, 2003 Free Software Foundation, Inc.
+ Copyright 1997, 1998, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -24,7 +24,7 @@
extern void def_code (int);
extern void def_data (int);
extern void def_description (const char *);
-extern void def_exports (const char *, const char *, int, int, int, int);
+extern void def_exports (const char *, const char *, int, int, int, int, int);
extern void def_heapsize (int, int);
extern void def_import
(const char *, const char *, const char *, const char *, int);
@@ -33,9 +33,10 @@ extern void def_name (const char *, int);
extern void def_section (const char *, int);
extern void def_stacksize (int, int);
extern void def_version (int, int);
-extern int yyparse (void);
-extern int yyerror (const char *);
+extern int yyparse (void);
+extern int yyerror (const char *);
+extern int yylex (void);
+
extern int yydebug;
-extern int yylex (void);
extern FILE *yyin;
extern int linenumber;