* vms-tir.c: Add missing prototypes.
* vms-hdr.c: Likewise. * vms-gsd.c: Likewise. * vms-misc.c: Likewise.
This commit is contained in:
parent
3ca047d39a
commit
524f76c97e
5 changed files with 34 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue