os: unexport host control functions

these aren't used by modules/drivers, so 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/1344>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-28 20:26:54 +01:00 committed by Alan Coopersmith
commit 3f00c1b6cf
3 changed files with 19 additions and 45 deletions

View file

@ -103,6 +103,7 @@ Equipment Corporation.
#include "dix/dix_priv.h"
#include "dix/registry_priv.h"
#include "os/auth.h"
#include "windowstr.h"
#include <X11/fonts/fontstruct.h>