Changeset e4a1376 in buchla-68k for libcio


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.

Location:
libcio
Files:
2 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);
  • libcio/scan.x

    r83ea432 re4a1376  
    1515*/
    1616
    17 extern  int16_t         scanfmt(int16_t (*getsub)(int16_t which), int8_t *fmt, int16_t **args);
     17extern  int16_t         scanfmt(int16_t (*getsub)(int16_t what), int8_t *fmt, int16_t **args);
    1818extern  int16_t         sscanf(int8_t *string, int8_t *fmt, int16_t *args);
Note: See TracChangeset for help on using the changeset viewer.