This makes gcc throw a fit and having the attributes for the prototypes in
engine.h is enough.
ok claudio sthen
-/* $OpenBSD: engine.c,v 1.29 2021/07/02 15:34:16 millert Exp $ */
+/* $OpenBSD: engine.c,v 1.30 2023/10/10 09:30:06 tb Exp $ */
/*
* Copyright (c) 2001, 2007 Can Erkin Acar <canacar@openbsd.org>
*
int
tbprintf(char *format, ...)
- GCC_PRINTFLIKE(1,2) /* defined in curses.h */
{
int len;
va_list arg;
int
tbprintft(char *format, ...)
- GCC_PRINTFLIKE(1,2) /* defined in curses.h */
{
int len;
va_list arg;