Changeset b28a12e in buchla-68k for ram/scwrite.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
  • ram/scwrite.c

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 #if     DEBUGIT
    13 extern  short   debugsw;
    14 #endif
    15 
    16 extern  int32_t chksum(int8_t *area, int32_t len);
    17 
    18 extern  int16_t wr_ec(FILE *fp, int8_t *from, int32_t len);
    19 extern  void ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, uint16_t fgcolor, uint16_t bgcolor);
    20 
    21 extern  int32_t schksum;        /* score checksum */
    22 extern  int32_t snbreq;         /* number of disk bytes required */
    23 extern  int32_t snlreq;         /* number of score bytes required */
    24 extern  int32_t sntbreq;        /* total number of disk bytes required */
    25 extern  int32_t sntlreq;        /* total number of score bytes required */
    26 
    27 extern  int32_t nlpersc[N_SCORES];      /* number of longs per score */
    28 extern  int32_t scsums[N_SCORES];       /* score checksums */
    29 
    30 extern  struct  s_time  stimes[N_SCORES][N_SECTS];      /* section times */
    31 
    32 /*
    33 
    34 */
     10#include "ram.h"
    3511
    3612int32_t m1con = -1L;                    /* null score constant */
Note: See TracChangeset for help on using the changeset viewer.