From 2890d16aabd9029cedbdf6c88ff740b76daefd46 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 12:29:54 +0200 Subject: [PATCH] xfree86: xf86Priv.h: unexport xf86PathIsSafe() Not used by any external drivers. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/common/xf86Config.h | 2 ++ hw/xfree86/common/xf86Priv.h | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/xfree86/common/xf86Config.h b/hw/xfree86/common/xf86Config.h index 8dcd05a80..aa0af4c22 100644 --- a/hw/xfree86/common/xf86Config.h +++ b/hw/xfree86/common/xf86Config.h @@ -74,4 +74,6 @@ extern confDRIRec xf86ConfigDRI; extern const char *xf86ConfigFile; extern const char *xf86ConfigDir; +Bool xf86PathIsSafe(const char *path); + #endif /* _xf86_config_h */ diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 214862102..ed8327f53 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -60,10 +60,6 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for extern _X_EXPORT void xf86BusProbe(void); extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev); -/* xf86Config.c */ - -extern _X_EXPORT Bool xf86PathIsSafe(const char *path); - /* xf86Configure.c */ extern _X_EXPORT void DoConfigure(void)