mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
Revert "xkb: unexport XkbRF_LoadRules()"
This reverts commit c376cd2c3d.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2046>
This commit is contained in:
parent
cb285e18c0
commit
fef268f680
2 changed files with 4 additions and 3 deletions
|
|
@ -80,6 +80,10 @@ typedef struct _XkbRF_Rules {
|
|||
|
||||
_XFUNCPROTOBEGIN
|
||||
|
||||
extern _X_EXPORT Bool XkbRF_LoadRules(FILE * /* file */ ,
|
||||
XkbRF_RulesPtr /* rules */
|
||||
);
|
||||
|
||||
extern _X_EXPORT XkbRF_RulesPtr XkbRF_Create(void);
|
||||
|
||||
extern _X_EXPORT void XkbRF_Free(XkbRF_RulesPtr /* rules */ ,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#ifndef _XSERVER_XKB_XKBRULES_PRIV_H
|
||||
#define _XSERVER_XKB_XKBRULES_PRIV_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <X11/Xdefs.h>
|
||||
|
||||
#include "include/xkbrules.h"
|
||||
|
|
@ -16,6 +15,4 @@ Bool XkbRF_GetComponents(XkbRF_RulesPtr rules,
|
|||
XkbRF_VarDefsPtr var_defs,
|
||||
struct _XkbComponentNames *names);
|
||||
|
||||
Bool XkbRF_LoadRules(FILE *file, XkbRF_RulesPtr rules);
|
||||
|
||||
#endif /* _XSERVER_XKB_XKBRULES_PRIV_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue