Add explicit function prototypes
This commit is contained in:
parent
a2161ba1b0
commit
07645647d9
41 changed files with 163 additions and 104 deletions
4
common.h
4
common.h
|
|
@ -39,8 +39,8 @@ extern int Hlevel;
|
|||
extern int oasys;
|
||||
extern int flush_conversion;
|
||||
|
||||
Conversion* AllocConversion();
|
||||
Conversion* GetConversion();
|
||||
Conversion* AllocConversion(void);
|
||||
Conversion* GetConversion(void);
|
||||
|
||||
#ifdef DEBUG
|
||||
FILE* dbfp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue