Changeset 0580615 in buchla-68k for ram/adselbx.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/adselbx.c

    r46d8069 r0580615  
    2525#define ATDECOL 1               /* data entry base column */
    2626
    27 extern  short   enterit(), adswin(), advacur(), bspacur();
    28 extern  short   nokey(), vtdisp(), adpoint();
     27extern  void    enterit(void);
     28extern  void    adswin(short n);
     29extern  void    advacur(void);
     30extern  void    bspacur(void);
     31extern  short   nokey(void);
     32extern  void    vtdisp(unsigned *obj, unsigned fg, unsigned bg, short row, short col, char *buf);
     33extern  void    adpoint(short x, short y, short pen);
    2934
    3035extern  short   (*itxput)();
     
    6469/* forward references */
    6570
    66 short   bx_null(), adfnbox();
     71short   bx_null(void);
     72short   adfnbox(short n);
    6773
    6874/*
     
    97103*/
    98104
    99 endatyp()
     105void endatyp(void)
    100106{
    101107        adnamsw = FALSE;
     
    118124*/
    119125
    120 admtxt(row, col, txt, tag)
    121 short row, col;
    122 char *txt;
    123 short tag;
     126void admtxt(short row, short col, char *txt, short tag)
    124127{
    125128        if (v_regs[5] & 0x0180)
     
    139142*/
    140143
    141 admenu(n)
    142 short n;
     144void admenu(short n)
    143145{
    144146        register short i;
     
    205207*/
    206208
    207 short
    208 adfnbox(n)
    209 short n;
     209short adfnbox(short n)
    210210{
    211211        register short i, grp, key, line;
Note: See TracChangeset for help on using the changeset viewer.