aboutsummaryrefslogtreecommitdiff
path: root/binutils/dlltool.h
diff options
context:
space:
mode:
authorBill Moyer <billm@cygnus>1998-04-28 17:36:17 +0000
committerBill Moyer <billm@cygnus>1998-04-28 17:36:17 +0000
commita4e5fd18f93ddbd61b254aaab3407a449a82fc1e (patch)
tree582ad4b75bcc839f4a7195586978b51de127d90f /binutils/dlltool.h
parent784492b591317e65ed5cd184842639ef81901440 (diff)
downloadgdb-a4e5fd18f93ddbd61b254aaab3407a449a82fc1e.zip
gdb-a4e5fd18f93ddbd61b254aaab3407a449a82fc1e.tar.gz
gdb-a4e5fd18f93ddbd61b254aaab3407a449a82fc1e.tar.bz2
dlltool.c: Added support for IMPORTS.
dlltool.h: Redefined declaration of def_import(). defparse.y: Redefined IMPORT rule.
Diffstat (limited to 'binutils/dlltool.h')
-rw-r--r--binutils/dlltool.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/dlltool.h b/binutils/dlltool.h
index 48e880b..106645a 100644
--- a/binutils/dlltool.h
+++ b/binutils/dlltool.h
@@ -24,9 +24,10 @@
extern void def_code PARAMS ((int));
extern void def_data PARAMS ((int));
extern void def_description PARAMS ((const char *));
-extern void def_exports PARAMS ((const char *, const char *, int, int, int));
+extern void def_exports
+ PARAMS ((const char *, const char *, int, int, int, int));
extern void def_heapsize PARAMS ((int, int));
-extern void def_import PARAMS ((const char *, const char *, const char *));
+extern void def_import PARAMS ((char *, char *, char *, char *, int));
extern void def_library PARAMS ((const char *, int));
extern void def_name PARAMS ((const char *, int));
extern void def_section PARAMS ((const char *, int));