Changeset b28a12e in buchla-68k for libcio/filesys.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/filesys.c

    r39a696b rb28a12e  
    1212#define DEBUGIT         0
    1313
    14 #define _FS_DEF_        /* to avoid unnecessary externals */
    15 
    16 #include "all.h"
     14#include "ram.h"
    1715
    1816#define FAT_EOF         0x0FF8
     
    2422#define DE_NULL         ((struct dirent *)0L)
    2523
    26 extern  int16_t micons(int16_t wi);
    27 extern  int32_t miconl(int32_t wi);
    28 extern  void    _ptcl12(uint16_t *fat, uint16_t cl, uint16_t val);
    29 extern  int8_t  *FilName(int8_t *s, int8_t *p);
    30 extern  int8_t  *FilExt(int8_t *s, int8_t *p);
    31 
    32 extern  void _clsdir(void);
    33 extern  void _clsfat(void);
    34 
    3524#if DEBUGIT
    3625short   fsdebug;
    37 extern  int     mdump();
    3826#endif
    3927
Note: See TracChangeset for help on using the changeset viewer.