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

    r39a696b rb28a12e  
    99#define DEBUGPW         0
    1010
    11 #include "all.h"
    12 
    13 #if     (DEBUGPW|DEBUGWE)
    14 extern  short   debugsw;
    15 #endif
     11#include "ram.h"
    1612
    1713#if     DEBUGPW
    1814short   debugpw = 1;
    1915#endif
    20 
    21 #if     DEBUGWE
    22 extern  short   debugwe;
    23 #endif
    24 
    25 extern  int32_t chksum(int8_t *area, int32_t len);
    26 
    27 extern  int16_t find1st(void);
    28 extern  int16_t findnxt(int16_t cp);
    29 extern  int16_t wr_ec(FILE *fp, int8_t *from, int32_t len);
    30 extern  void ldwmsg(int8_t *line1, int8_t *line2, int8_t *line3, uint16_t fgcolor, uint16_t bgcolor);
    3116
    3217/*
Note: See TracChangeset for help on using the changeset viewer.