mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 11:40:12 +01:00
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:
parent
dafa74fa1b
commit
cb285e18c0
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue