Changeset 0c834c5 in buchla-68k for libcio/blkwr.c


Ignore:
Timestamp:
07/08/2017 05:56:38 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
60288f5
Parents:
342a56f
Message:

Prototypes for global function pointers. Consistent global types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/blkwr.c

    r342a56f r0c834c5  
    3232extern  struct  bpb     *_thebpb;       /* current bios parameter block */
    3333
    34 extern  short   _thefat[];              /* current file allocation table */
    35 
    36 extern  short   _fatmod;                /* FAT modified flag */
     34extern  unsigned        _thefat[];              /* current file allocation table */
     35
     36extern  int     _fatmod;                /* FAT modified flag */
    3737
    3838#if DEBUGIT
Note: See TracChangeset for help on using the changeset viewer.