include: mark XNFasprintf() as deprecated

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-06 17:23:15 +01:00
committed by Enrico Weigelt
parent 1e62e5f417
commit 445ee2da93

View File

@@ -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