dix: unexport registry setup/teardown functions

these aren't to be called by modules, thus no need to export them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1348>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-29 20:24:17 +01:00
committed by Marge Bot
parent c3255fbc1c
commit 36e2cf64c8
4 changed files with 21 additions and 7 deletions

View File

@@ -82,6 +82,9 @@ Equipment Corporation.
#include <X11/Xos.h> /* for unistd.h */
#include <X11/Xproto.h>
#include <pixman.h>
#include "dix/registry_priv.h"
#include "scrnintstr.h"
#include "misc.h"
#include "os.h"