Revert "xkb: unexport XkbRF_Create()"

This reverts commit 89475cbed4.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2046>
This commit is contained in:
Alan Coopersmith 2025-07-12 11:47:06 -07:00
parent dafa74fa1b
commit cb285e18c0
2 changed files with 2 additions and 2 deletions

View file

@ -80,6 +80,8 @@ typedef struct _XkbRF_Rules {
_XFUNCPROTOBEGIN
extern _X_EXPORT XkbRF_RulesPtr XkbRF_Create(void);
extern _X_EXPORT void XkbRF_Free(XkbRF_RulesPtr /* rules */ ,
Bool /* freeRules */
);

View file

@ -18,6 +18,4 @@ Bool XkbRF_GetComponents(XkbRF_RulesPtr rules,
Bool XkbRF_LoadRules(FILE *file, XkbRF_RulesPtr rules);
XkbRF_RulesPtr XkbRF_Create(void);
#endif /* _XSERVER_XKB_XKBRULES_PRIV_H */