mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
include: mark XNFasprintf() as deprecated
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
1e62e5f417
commit
445ee2da93
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user