diff options
author | Andreas Jaeger <aj@suse.de> | 2001-09-01 10:29:27 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-09-01 10:29:27 +0000 |
commit | 524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9 (patch) | |
tree | 5ad1d5d44ea44cd2d6890a3905ce77f12117cec2 /bfd/vms-hdr.c | |
parent | 3ca047d39a25fd5ad5a1e37c2f8bfa987f4e4d1b (diff) | |
download | ppe42-binutils-524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9.tar.gz ppe42-binutils-524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9.zip |
* vms-tir.c: Add missing prototypes.
* vms-hdr.c: Likewise.
* vms-gsd.c: Likewise.
* vms-misc.c: Likewise.
Diffstat (limited to 'bfd/vms-hdr.c')
-rw-r--r-- | bfd/vms-hdr.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/vms-hdr.c b/bfd/vms-hdr.c index 228066f2e7..f98577d66b 100644 --- a/bfd/vms-hdr.c +++ b/bfd/vms-hdr.c @@ -1,6 +1,6 @@ /* vms-hdr.c -- BFD back-end for VMS/VAX (openVMS/VAX) and EVAX (openVMS/Alpha) files. - Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. HDR record handling functions EMH record handling functions @@ -36,6 +36,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_ALLOCA_H #include <alloca.h> #endif + +static unsigned char *get_vms_time_string PARAMS ((void)); + + /*---------------------------------------------------------------------------*/ /* Read & process emh record |