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


Ignore:
Timestamp:
07/16/2017 01:26:25 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
661ae9d
Parents:
83ea432
Message:

Made declarations consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/filesys.x

    r83ea432 re4a1376  
    4646extern  int16_t         _getfat(uint8_t *bufad, struct bpb *bpp, int16_t nfat);
    4747extern  int16_t         _gtcl12(uint8_t *fat, int16_t cl);
    48 extern  int16_t         _inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, uint16_t mode);
     48extern  int16_t         _inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, uint16_t flags);
    4949extern  int16_t         _newcls(void);
    5050extern  int16_t         _nsic(struct fcb *fcp, struct bpb *bpp, uint8_t *fp);
Note: See TracChangeset for help on using the changeset viewer.