os: unexport Os*() functions

These aren't called (and suited for being called) by drivers,
thus drop them from the public module API.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1381>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-23 17:26:57 +01:00
commit be4c8444eb
29 changed files with 68 additions and 45 deletions

View file

@ -40,6 +40,7 @@ from The Open Group.
#include "dix/screenint_priv.h"
#include "os/cmdline.h"
#include "os/osdep.h"
#include "scrnintstr.h"
#include "servermd.h"