xkb: unexport XkbRF_Create()
Only used inside xkb/* - not used by any modules, so no need to keep maintaining it in public headers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1840>
This commit is contained in:
parent
c376cd2c3d
commit
89475cbed4
|
@ -80,8 +80,6 @@ typedef struct _XkbRF_Rules {
|
||||||
|
|
||||||
_XFUNCPROTOBEGIN
|
_XFUNCPROTOBEGIN
|
||||||
|
|
||||||
extern _X_EXPORT XkbRF_RulesPtr XkbRF_Create(void);
|
|
||||||
|
|
||||||
extern _X_EXPORT void XkbRF_Free(XkbRF_RulesPtr /* rules */ ,
|
extern _X_EXPORT void XkbRF_Free(XkbRF_RulesPtr /* rules */ ,
|
||||||
Bool /* freeRules */
|
Bool /* freeRules */
|
||||||
);
|
);
|
||||||
|
|
|
@ -18,4 +18,6 @@ Bool XkbRF_GetComponents(XkbRF_RulesPtr rules,
|
||||||
|
|
||||||
Bool XkbRF_LoadRules(FILE *file, XkbRF_RulesPtr rules);
|
Bool XkbRF_LoadRules(FILE *file, XkbRF_RulesPtr rules);
|
||||||
|
|
||||||
|
XkbRF_RulesPtr XkbRF_Create(void);
|
||||||
|
|
||||||
#endif /* _XSERVER_XKB_XKBRULES_PRIV_H */
|
#endif /* _XSERVER_XKB_XKBRULES_PRIV_H */
|
||||||
|
|
Loading…
Reference in New Issue