Changeset b28a12e in buchla-68k for ram/seccpy.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
  • ram/seccpy.c

    r39a696b rb28a12e  
    1919#define DEBUGIT         0
    2020
    21 #include "all.h"
    22 
    23 #if     DEBUGIT
    24 extern  short   debugsw;
    25 #endif
    26 
    27 extern  int16_t chksec(int16_t ns);
    28 extern  int16_t oktocm(struct s_entry *ep);
    29 extern  int16_t oktode(struct s_entry *ep);
    30 extern  int16_t oktodg(struct s_entry *ep);
    31 
    32 extern  int32_t sizesec(void);
    33 
    34 extern  struct  s_entry *madjsec(struct s_entry *sbp, int32_t btime);
    35 
    36 extern  void edelta(struct s_entry *ep, int32_t btime, int32_t delta);
    37 extern  void ehfix(struct s_entry *cbp, struct s_entry *cep);
    38 
    39 extern  int16_t grptran;
    40 
    41 extern  int8_t  cmgtags[];
    42 extern  int8_t  cmgtype[];
    43 
    44 extern  int16_t ehdlist[];
    45 extern  int16_t grptmap[];
    46 
    47 /*
    48 
    49 */
     21#include "ram.h"
    5022
    5123/*
Note: See TracChangeset for help on using the changeset viewer.