Changeset 8973acd in buchla-68k for libcio/close.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/close.x

    r7d0d347 r8973acd  
    88
    99#include "biosdefs.h"
     10#include "fspars.h"
    1011#include "stdint.h"
    1112
     
    1920extern  void            _clsfat(void);
    2021extern  void            _fd_cls(void);
    21 extern  int16_t         _filecl(struct fcb *fp);
     22extern  int16_t         _filecl(io_arg arg);
    2223extern  int16_t         close(int16_t fd);
Note: See TracChangeset for help on using the changeset viewer.