From b2abf13282fdacfe838ff5fd1fef2e6d212a8e1c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 13:04:41 +0200 Subject: [PATCH] xf86LogInit --- hw/xfree86/common/xf86Priv.h | 2 -- hw/xfree86/common/xf86_priv.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 4d842f43d..8a5314489 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -57,8 +57,6 @@ extern _X_EXPORT void xf86BusProbe(void); /* xf86Helper.c */ extern _X_EXPORT void -xf86LogInit(void); -extern _X_EXPORT void xf86CloseLog(enum ExitCode error); /* xf86Init.c */ diff --git a/hw/xfree86/common/xf86_priv.h b/hw/xfree86/common/xf86_priv.h index 18154e266..358b79a30 100644 --- a/hw/xfree86/common/xf86_priv.h +++ b/hw/xfree86/common/xf86_priv.h @@ -77,6 +77,7 @@ extern pmWait (*xf86PMConfirmEventToOs) (int fd, pmEvent event); /* xf86Helper.c */ void xf86DeleteDriver(int drvIndex); void xf86DeleteScreen(ScrnInfoPtr pScrn); +void xf86LogInit(void); /* xf86Mode.c */ const char * xf86ModeStatusToString(ModeStatus status);