misc.h: unexport compare_version()

Not used by any external modules, so no need to keep it in public header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1807>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-02-17 19:16:51 +01:00
committed by Marge Bot
parent 804b2c081b
commit 6c88eb0cc4
11 changed files with 33 additions and 25 deletions

View File

@@ -44,6 +44,8 @@
#include <dix-config.h>
#include "os/fmt.h"
#include "xfixesint.h"
#include "protocol-versions.h"
#include "extinit_priv.h"