os: unexport internal logging functions

Lots of logging functions, especially init and teardown aren't called
by any drivers/modules, so no need to keep them exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-09 16:56:26 +02:00
committed by Enrico Weigelt, metux IT consult .
parent 65a3954b2e
commit f379affc25
44 changed files with 114 additions and 25 deletions

View File

@@ -46,6 +46,7 @@ in this Software without prior written authorization from The Open Group.
#include "os/auth.h"
#include "os/busfault.h"
#include "os/client_priv.h"
#include "os/log_priv.h"
#include "os/osdep.h"
#include "misc.h"

View File

@@ -36,6 +36,9 @@ from Kaleb S. KEITHLEY
#include <X11/X.h>
#include <X11/Xproto.h>
#include <X11/extensions/xf86vmproto.h>
#include "os/log_priv.h"
#include "misc.h"
#include "dixstruct.h"
#include "extnsionst.h"