Changeset 8973acd in buchla-68k for libcio/write.x


Ignore:
Timestamp:
07/15/2017 03:12:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ea232f9
Parents:
7d0d347
Message:

No more warnings in libcio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/write.x

    r7d0d347 r8973acd  
    88
    99#include "biosdefs.h"
     10#include "fspars.h"
    1011#include "stdint.h"
    1112
     
    1617*/
    1718
    18 extern  int16_t         _filewr(struct fcb *fp, int8_t *buffer, uint16_t len);
    19 extern  int16_t         _putsec(struct fcb *fp, int8_t *buf, uint16_t len);
    20 extern  int16_t         write(int16_t fd, int8_t *buff, uint16_t len);
     19extern  int16_t         _filewr(io_arg arg, void *buffer, int16_t len);
     20extern  int16_t         _putsec(struct fcb *fp, void *buf, int16_t len);
     21extern  int16_t         write(int16_t fd, void *buff, int16_t len);
Note: See TracChangeset for help on using the changeset viewer.