diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 43a5cba6c..59a1ea5ee 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -55,7 +55,4 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for /* xf86Bus.c */ extern _X_EXPORT void xf86BusProbe(void); -extern _X_EXPORT Bool -xf86HasTTYs(void); - #endif /* _XF86PRIV_H */ diff --git a/hw/xfree86/common/xf86_priv.h b/hw/xfree86/common/xf86_priv.h index 21d886969..75f172d17 100644 --- a/hw/xfree86/common/xf86_priv.h +++ b/hw/xfree86/common/xf86_priv.h @@ -82,6 +82,7 @@ void xf86CloseLog(enum ExitCode error); /* xf86Init.c */ Bool xf86LoadModules(const char **list, void **optlist); +Bool xf86HasTTYs(void); /* xf86Mode.c */ const char * xf86ModeStatusToString(ModeStatus status);