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

    r39a696b rb28a12e  
    66*/
    77
    8 #include "all.h"
     8#include "ram.h"
    99
    1010#define ST_0            0x01            /* initial Action 1 or Action 2*/
     
    1414#define ST_OFF          0x00            /* cancel highlighting */
    1515
    16 /*
    17 
    18 */
    19 
    20 extern  int16_t cmtype;
    21 extern  int16_t curslin;
    22 extern  int16_t stccol;
    23 extern  int16_t stcrow;
    24 extern  int16_t submenu;
    25 extern  int16_t vtccol;
    26 extern  int16_t vtcrow;
    27 
    28 extern  int8_t  actlft[];
    29 
    30 extern  int16_t sqatype[];
    31 
    32 extern  uint16_t        *obj11;
    33 
    3416int16_t action;                         /* current action column */
    3517int16_t sqdeflg;                        /* sequence data entry buffer filled */
     
    3921
    4022struct seqent   seqbuf;                 /* sequence line buffer */
    41 
    42 int16_t sqfnbox(int16_t n);
    43 
    44 extern  void ctcon(void);
    45 extern  void ctcpos(int16_t row, int16_t col);
    46 extern  void dcursq(void);
    47 extern  void dsqlin(int8_t *buf, int16_t slin);
    48 extern  void dstw(void);
    49 extern  void mtcoff(void);
    50 extern  void mtcpos(int16_t row, int16_t col);
    51 extern  void vsetcv(uint16_t *adr, uint16_t row, uint16_t col, uint16_t cfb, uint16_t len);
    5223
    5324/*
Note: See TracChangeset for help on using the changeset viewer.