From 389b5282037a8d0d168ce8b23229b739b8b21632 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 23 Feb 2024 20:52:02 +0100 Subject: 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 Part-of: --- xkb/xkbInit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xkb') diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index e1aefd144..c06ec09d4 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -39,6 +39,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include #include + +#include "os/cmdline.h" + #include "misc.h" #include "inputstr.h" #include "opaque.h" -- cgit v1.2.3