K&R calma: prototype for non-existent function: calmaWriteMarkFunc()
Remove forward declaration prototype to correct error. K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
parent
1fdd8bc185
commit
f0b6231017
|
|
@ -83,7 +83,6 @@ int CalmaCompression = 0; /* Output file compression level (0 = uncompressed) *
|
|||
|
||||
/* Forward declarations */
|
||||
extern int calmaWriteInitFunc();
|
||||
extern int calmaWriteMarkFunc();
|
||||
extern int calmaWritePaintFunc();
|
||||
extern int calmaMergePaintFunc();
|
||||
extern int calmaWriteUseFunc();
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ extern int calmaPaintLayerType;
|
|||
|
||||
/* External functions from CalmaWrite.c */
|
||||
extern int calmaWriteInitFunc();
|
||||
extern int calmaWriteMarkFunc();
|
||||
|
||||
/* Forward declarations */
|
||||
extern int calmaWritePaintFuncZ();
|
||||
|
|
|
|||
Loading…
Reference in New Issue