diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-03-11 18:03:15 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-03-13 00:47:36 +0000 |
commit | b335a0fa20471ada57d3d0acaac5171bdf7c2fc4 (patch) | |
tree | 53e639d9f6610d04fcab8ef787893c0ef93180a9 /Xext/security.c | |
parent | d84fd3bf19a7a0666190250eba9f1abd1f4492a1 (diff) |
dix: unexport CloseDownClient()
This function isn't used by drivers, so no need to export it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1383>
Diffstat (limited to 'Xext/security.c')
-rw-r--r-- | Xext/security.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Xext/security.c b/Xext/security.c index e28c3ef45..84c468e62 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -28,6 +28,7 @@ in this Software without prior written authorization from The Open Group. #include <dix-config.h> #endif +#include "dix/dix_priv.h" #include "dix/registry_priv.h" #include "scrnintstr.h" |