Changeset 0170798 in buchla-68k for libcio


Ignore:
Timestamp:
07/11/2017 05:46:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4d04f41
Parents:
7af8be4
Message:

Added last missing function pointer prototypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/putc.c

    r7af8be4 r0170798  
    88#include "ram.h"
    99
    10 static int16_t (*cls_rtn)();
     10static void (*cls_rtn)(void);
    1111
    1212int16_t _ClFlag;
Note: See TracChangeset for help on using the changeset viewer.