dix: rpcbuf: exporting x_rpcbuf_write_string_0t_pad for glx

Signed-off-by: sesankm <26676400+sesankm@users.noreply.github.com>
This commit is contained in:
sesankm
2025-09-10 18:35:04 -05:00
committed by Enrico Weigelt
parent d1bec2b2c0
commit 5a0b736952

View File

@@ -99,6 +99,7 @@ Bool x_rpcbuf_write_string_pad(x_rpcbuf_t *rpcbuf, const char *str)
return __x_rpcbuf_write_bin_pad(rpcbuf, str, strlen(str));
}
_X_EXPORT /* only for GLX, not part of public ABI */
Bool x_rpcbuf_write_string_0t_pad(x_rpcbuf_t *rpcbuf, const char *str)
{
if (!str)