Changeset 33b5477 in buchla-68k for libcio/dirfns.x


Ignore:
Timestamp:
07/14/2017 12:36:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
298f0b4
Parents:
928d5d9
Message:

Fixed argument order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/dirfns.x

    r928d5d9 r33b5477  
    1616
    1717extern  int8_t          *atrstr(int16_t atr, int8_t s[]);
    18 extern  int8_t          *dtunpk(int16_t din, int16_t tin, int16_t fmt, int8_t *s);
     18extern  int8_t          *dtunpk(int16_t din, int16_t tin, int8_t *s, int16_t fmt);
    1919extern  int8_t          *mname(int16_t n);
Note: See TracChangeset for help on using the changeset viewer.