os: unexport client id retrieval functions

These aren't used by any (known) external modules, thus no need to export them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-03-05 14:51:53 +01:00
committed by Povilas Kanapickas
parent ed3c2aeeb1
commit 1891a8dc14
6 changed files with 9 additions and 9 deletions

View File

@@ -30,15 +30,7 @@
#include <dix-config.h>
#endif /* HAVE_DIX_CONFIG_H */
#include <sys/types.h>
#include <X11/Xfuncproto.h>
struct _Client;
typedef struct _ClientId *ClientIdPtr;
/* Query cached client IDs. Exported on purpose for drivers. */
extern _X_EXPORT pid_t GetClientPid(struct _Client *client);
extern _X_EXPORT const char *GetClientCmdName(struct _Client *client);
extern _X_EXPORT const char *GetClientCmdArgs(struct _Client *client);
#endif /* CLIENT_H */