Changeset b28a12e in buchla-68k for rom/booter.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rom/booter.c

    r39a696b rb28a12e  
    88#define PRINTIT 1       /* define non-zero to get printf output from booter */
    99
    10 #include "all.h"
    11 
    12 extern  int16_t flread(int8_t *buff, int32_t len, FILE *fp);
    13 extern  int32_t getl(FILE *stream);
    14 
    15 #if     PRINTIT
    16 extern  struct  fcb     *SnapFCB(struct fcb *fcp);
    17 extern  int16_t ClusMap(struct fcb *fcp);
    18 
    19 extern  int16_t waitcr2(void);
    20 #endif
     10#include "rom.h"
    2111
    2212static FILE     *B_file;                /* boot file pointer */
Note: See TracChangeset for help on using the changeset viewer.