From ffc55150be391194c457e0a048ab5f302f73c946 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 1 Sep 2001 10:29:27 +0000 Subject: * vms-tir.c: Add missing prototypes. * vms-hdr.c: Likewise. * vms-gsd.c: Likewise. * vms-misc.c: Likewise. --- bfd/vms-misc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/vms-misc.c') diff --git a/bfd/vms-misc.c b/bfd/vms-misc.c index ce66a27678..f0ba285999 100644 --- a/bfd/vms-misc.c +++ b/bfd/vms-misc.c @@ -30,6 +30,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "vms.h" +static vms_section *add_new_contents PARAMS ((bfd *, sec_ptr)); +static int hash_string PARAMS ((const char *)); +static asymbol *new_symbol PARAMS ((bfd *, char *)); + /*-----------------------------------------------------------------------------*/ #if VMS_DEBUG /* debug functions */ -- cgit v1.2.1