Changeset 60288f5 in buchla-68k for ram/scope.c


Ignore:
Timestamp:
07/09/2017 12:23:40 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6dd74a9
Parents:
0c834c5
Message:

Make function pointers more consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/scope.c

    r0c834c5 r60288f5  
    2828char            scopebf[65];            /* scope display buffer */
    2929
    30 extern  short   nokey(void);
     30extern  short   stdctp2(void);
     31extern  void    nokey(void);
     32extern  void    nodkey(short k);
     33extern  short   nonf(short k);
    3134extern  void    stdmkey(void);
    3235
     
    4851struct curpak dt_flds = {
    4952
    50         nokey,                  /* curtype */
     53        stdctp2,                /* curtype */
    5154        nokey,                  /* premove */
    5255        nokey,                  /* pstmove */
     
    6063        scptogl,                /* e_key */
    6164        stdmkey,                /* m_key */
    62         nokey,                  /* d_key */
    63         nokey,                  /* not_fld */
     65        nodkey,                 /* d_key */
     66        nonf,                   /* not_fld */
    6467        (struct fet *)NULL,     /* curfet */
    6568        (struct selbox *)NULL,  /* csbp */
Note: See TracChangeset for help on using the changeset viewer.