Changeset 60288f5 in buchla-68k for ram/ldselbx.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/ldselbx.c

    r0c834c5 r60288f5  
    3939extern  short   get_tun(void);
    4040extern  short   get_wav(void);
    41 extern  short   nokey(void);
     41extern  void    nokey(void);
    4242extern  short   ldline(short cy);
    4343extern  short   lin2slt(short line);
     
    121121extern  struct  selbox  *curboxp;
    122122
    123 extern  PFS     (*swpt)[];
    124 extern  PFS     (*oldsw)[];
    125 extern  PFS     t_libr[];
     123extern  LPF     (*swpt)[];
     124extern  LPF     (*oldsw)[];
     125extern  LPF     t_libr[];
    126126
    127127extern  char    bfs[];
Note: See TracChangeset for help on using the changeset viewer.