mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 21:43:37 +00:00
Revert "xkb: unexport XkbRF_Free()"
This reverts commit 34372cb3da.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2046>
This commit is contained in:
@@ -76,4 +76,13 @@ typedef struct _XkbRF_Rules {
|
||||
XkbRF_GroupPtr groups;
|
||||
} XkbRF_RulesRec, *XkbRF_RulesPtr;
|
||||
|
||||
/***====================================================================***/
|
||||
|
||||
_XFUNCPROTOBEGIN
|
||||
|
||||
extern _X_EXPORT void XkbRF_Free(XkbRF_RulesPtr /* rules */ ,
|
||||
Bool /* freeRules */
|
||||
);
|
||||
|
||||
_XFUNCPROTOEND
|
||||
#endif /* _XKBRULES_H_ */
|
||||
|
||||
@@ -20,6 +20,4 @@ Bool XkbRF_LoadRules(FILE *file, XkbRF_RulesPtr rules);
|
||||
|
||||
XkbRF_RulesPtr XkbRF_Create(void);
|
||||
|
||||
void XkbRF_Free(XkbRF_RulesPtr rules, Bool freeRules);
|
||||
|
||||
#endif /* _XSERVER_XKB_XKBRULES_PRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user