extflat.h: efReadError() printf ATTR_FORMAT_PRINTF_1

This commit is contained in:
Darryl Miles 2024-10-20 13:41:23 +01:00 committed by Darryl L. Miles
parent 2bac418b44
commit 6520aa19a3
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ extern int efHierSrArray();
extern int efHierSrUses();
extern int efHierVisitDevs();
extern EFNode *efNodeMerge();
extern void efReadError();
extern void efReadError(const char *fmt, ...) ATTR_FORMAT_PRINTF_1;
extern int efReadLine();
extern bool efSymAdd();
extern bool efSymAddFile();