Changeset 33b5477 in buchla-68k for libcio/filesys.x


Ignore:
Timestamp:
07/14/2017 12:36:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
298f0b4
Parents:
928d5d9
Message:

Fixed argument order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/filesys.x

    r928d5d9 r33b5477  
    4444extern  int16_t         _fmake(struct fcb *fcp);
    4545extern  int16_t         _ftrnc(struct dirent *dp);
    46 extern  uint16_t        _getfat(uint16_t *bufad, uint16_t nfat, struct bpb *bpp);
     46extern  uint16_t        _getfat(uint16_t *bufad, struct bpb *bpp, uint16_t nfat);
    4747extern  uint16_t        _gtcl12(int8_t *fat, uint16_t cl);
    4848extern  int16_t         _inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, int16_t mode);
Note: See TracChangeset for help on using the changeset viewer.