Changeset b28a12e in buchla-68k for libcio/unlink.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/unlink.c

    r39a696b rb28a12e  
    88#define DEBUGIT         0
    99
    10 #include "all.h"
    11 
    12 #if     DEBUGIT
    13 extern  short   fsdebug;
    14 
    15 extern  int     waitcr();
    16 #endif
    17 
    18 extern  int16_t DelFile(struct fcb *fcp);
    19 
    20 extern  int16_t fcbinit(int8_t *name, struct fcb *fcp);
     10#include "ram.h"
    2111
    2212/*
Note: See TracChangeset for help on using the changeset viewer.