xfree86: xf86Option: unexport xf86MarkOptionUsed()
Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
2d12c1285f
commit
3ee128c0e1
|
@ -39,6 +39,7 @@
|
|||
#include "windowstr.h"
|
||||
#include "xf86.h"
|
||||
#include "xf86Priv.h"
|
||||
#include "xf86Opt_priv.h"
|
||||
#ifdef DPMSExtension
|
||||
#include <X11/extensions/dpmsconst.h>
|
||||
#include "dpmsproc.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "xf86Config.h"
|
||||
#include "xf86Module.h"
|
||||
#include "xf86Extensions.h"
|
||||
#include "xf86Opt.h"
|
||||
#include "xf86Opt_priv.h"
|
||||
#include "optionstr.h"
|
||||
|
||||
#ifdef XSELINUX
|
||||
|
|
|
@ -106,7 +106,6 @@ extern _X_EXPORT XF86OptionPtr xf86FindOption(XF86OptionPtr options,
|
|||
const char *name);
|
||||
extern _X_EXPORT const char *xf86FindOptionValue(XF86OptionPtr options,
|
||||
const char *name);
|
||||
extern _X_EXPORT void xf86MarkOptionUsed(XF86OptionPtr option);
|
||||
extern _X_EXPORT void xf86MarkOptionUsedByName(XF86OptionPtr options,
|
||||
const char *name);
|
||||
extern _X_EXPORT void xf86ShowUnusedOptions(int scrnIndex,
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
#include "xf86Opt.h"
|
||||
|
||||
void xf86OptionListReport(XF86OptionPtr parm);
|
||||
void xf86MarkOptionUsed(XF86OptionPtr option);
|
||||
|
||||
#endif /* _XORG_XF86OPTION_PRIV_H */
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
#include "xf86.h"
|
||||
#include "xf86_os_support.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Opt_priv.h"
|
||||
#include "xf86Priv.h"
|
||||
#include "xf86str.h"
|
||||
#include "xf86Bus.h"
|
||||
|
|
Loading…
Reference in New Issue