From 445ee2da93bc6c7fb6c9bfe6788c636e924aaee6 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 6 Nov 2025 17:23:15 +0100 Subject: [PATCH] include: mark XNFasprintf() as deprecated Signed-off-by: Enrico Weigelt, metux IT consult --- include/Xprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Xprintf.h b/include/Xprintf.h index d5859db0f2..aeedd2010c 100644 --- a/include/Xprintf.h +++ b/include/Xprintf.h @@ -48,7 +48,7 @@ * argument. The return value is the size of the allocated buffer, or -1 * on failure. */ -extern _X_EXPORT int +extern _X_EXPORT int /* deprecated */ XNFasprintf(char **ret, const char *_X_RESTRICT_KYWD fmt, ...) _X_ATTRIBUTE_PRINTF(2, 3); extern _X_EXPORT int