Revert "(!1991) xfree86: xf86Option: unexport xf86MarkOptionUsedByName()"
Reverting commit 63c8a689c3
on request by Nvidia
(proprietary driver)
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
2ec00762f4
commit
a58dba71bd
|
@ -106,6 +106,8 @@ extern _X_EXPORT XF86OptionPtr xf86FindOption(XF86OptionPtr options,
|
||||||
const char *name);
|
const char *name);
|
||||||
extern _X_EXPORT const char *xf86FindOptionValue(XF86OptionPtr options,
|
extern _X_EXPORT const char *xf86FindOptionValue(XF86OptionPtr options,
|
||||||
const char *name);
|
const char *name);
|
||||||
|
extern _X_EXPORT void xf86MarkOptionUsedByName(XF86OptionPtr options,
|
||||||
|
const char *name);
|
||||||
extern _X_EXPORT void xf86ShowUnusedOptions(int scrnIndex,
|
extern _X_EXPORT void xf86ShowUnusedOptions(int scrnIndex,
|
||||||
XF86OptionPtr options);
|
XF86OptionPtr options);
|
||||||
extern _X_EXPORT void xf86ProcessOptions(int scrnIndex, XF86OptionPtr options,
|
extern _X_EXPORT void xf86ProcessOptions(int scrnIndex, XF86OptionPtr options,
|
||||||
|
|
|
@ -9,6 +9,5 @@
|
||||||
|
|
||||||
void xf86OptionListReport(XF86OptionPtr parm);
|
void xf86OptionListReport(XF86OptionPtr parm);
|
||||||
void xf86MarkOptionUsed(XF86OptionPtr option);
|
void xf86MarkOptionUsed(XF86OptionPtr option);
|
||||||
void xf86MarkOptionUsedByName(XF86OptionPtr options, const char *name);
|
|
||||||
|
|
||||||
#endif /* _XORG_XF86OPTION_PRIV_H */
|
#endif /* _XORG_XF86OPTION_PRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue