K&R: cmwind.h conversion to ANSI
K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
parent
83f7a71ff3
commit
b716aaa59d
|
|
@ -78,7 +78,7 @@ extern void cmwUndoColor(int, int, int, int, int, int, int);
|
|||
extern bool CMWCheckWritten(void);
|
||||
|
||||
/* C99 compat */
|
||||
extern void CMWinit();
|
||||
extern void CMWinit(void);
|
||||
|
||||
|
||||
#endif /* _CMWIND_H */
|
||||
|
|
|
|||
Loading…
Reference in New Issue