DoConfigure

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 12:36:37 +02:00
parent 7fb0875fd8
commit 8bc05d8c88
2 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,6 @@ extern _X_EXPORT void xf86BusProbe(void);
/* xf86Configure.c */ /* xf86Configure.c */
extern _X_EXPORT void extern _X_EXPORT void
DoConfigure(void)
_X_NORETURN;
extern _X_EXPORT void
DoShowOptions(void) DoShowOptions(void)
_X_NORETURN; _X_NORETURN;

View File

@ -87,4 +87,7 @@ Bool xf86RandRInit(ScreenPtr pScreen);
/* xf86Extensions.c */ /* xf86Extensions.c */
void xf86ExtensionInit(void); void xf86ExtensionInit(void);
/* xf86Configure.c */
void DoConfigure(void) _X_NORETURN;
#endif /* _XSERVER_XF86_PRIV_H */ #endif /* _XSERVER_XF86_PRIV_H */