diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index f3b24a694..dfd834ff5 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -60,7 +60,4 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for extern _X_EXPORT void xf86BusProbe(void); extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev); -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 fe0712ec2..d3b8e7cb4 100644 --- a/hw/xfree86/common/xf86_priv.h +++ b/hw/xfree86/common/xf86_priv.h @@ -76,6 +76,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);