os: unexport command line args handling functions

These functions shouldn't be called by drivers or extensions, thus
shouldn't be exported. Also moving it to separate header, so the
already huge ones aren't cluttered with even more things.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1334>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-23 20:52:02 +01:00 committed by Marge Bot
commit 389b528203
15 changed files with 42 additions and 14 deletions

View file

@ -39,6 +39,7 @@ from The Open Group.
#include <X11/Xos.h>
#include "dix/screenint_priv.h"
#include "os/cmdline.h"
#include "scrnintstr.h"
#include "servermd.h"