Remove uses of prototype argument hiding macros

Modern compilers don't use accept them, they _want_ complete prototypes.
This commit is contained in:
Patrick Georgi
2025-09-19 20:36:06 +02:00
parent de2c06c54d
commit 1b852f19a5
10 changed files with 118 additions and 156 deletions

View File

@@ -263,7 +263,7 @@ char * get_element(char *, int);
int renfiles(void);
/* From startup.c: */
int startup(DBN_FIX_D1 TASK_PTR_Di LOCK_Di);
int startup(int);
/* From taffcns.c: */
int taf_open(void);