From 5a0b73695250ca1014907062dddaae6a795cd9b2 Mon Sep 17 00:00:00 2001 From: sesankm <26676400+sesankm@users.noreply.github.com> Date: Wed, 10 Sep 2025 18:35:04 -0500 Subject: [PATCH] dix: rpcbuf: exporting x_rpcbuf_write_string_0t_pad for glx Signed-off-by: sesankm <26676400+sesankm@users.noreply.github.com> --- dix/rpcbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dix/rpcbuf.c b/dix/rpcbuf.c index 6c275f0c70..91b706eb3d 100644 --- a/dix/rpcbuf.c +++ b/dix/rpcbuf.c @@ -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)