mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: unexport RegisterResourceName() and LookupResourceName()
These aren't used by external modules, thus no need to export them. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1348>
This commit is contained in:
committed by
Marge Bot
parent
36e2cf64c8
commit
1f5ab6ec28
@@ -20,14 +20,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include "resource.h"
|
||||
#include "extnsionst.h"
|
||||
|
||||
/* Internal string registry - for auditing, debugging, security, etc. */
|
||||
|
||||
#ifdef X_REGISTRY_RESOURCE
|
||||
/* Functions used by the X-Resource extension */
|
||||
extern _X_EXPORT void RegisterResourceName(RESTYPE type, const char *name);
|
||||
extern _X_EXPORT const char *LookupResourceName(RESTYPE rtype);
|
||||
#endif
|
||||
|
||||
#ifdef X_REGISTRY_REQUEST
|
||||
extern _X_EXPORT void RegisterExtensionNames(ExtensionEntry * ext);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user