mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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:
committed by
Povilas Kanapickas
parent
ed3c2aeeb1
commit
1891a8dc14
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user