Changeset e225e77 in buchla-68k for libcio/read.c


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/read.c

    rd2d593b re225e77  
    5353
    5454int16_t _filerd(struct fcb *fp, int8_t *buffer, uint16_t len);
     55
     56extern  int16_t ReadRN(struct fcb *fcp, int8_t *buf);
     57extern  int16_t blkrd(struct fcb *fcp, int8_t *buf, int16_t ns);
    5558
    5659static int16_t (*t_read[])() = {
Note: See TracChangeset for help on using the changeset viewer.