mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
os: unexport DetermineClientPid() and DetermineClientCmd()
These aren't used by any drivers/modules, so 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
7ac7a2d6de
commit
ed3c2aeeb1
@@ -36,12 +36,6 @@
|
||||
struct _Client;
|
||||
typedef struct _ClientId *ClientIdPtr;
|
||||
|
||||
/* Determine client IDs for caching. Exported on purpose for
|
||||
* extensions such as SELinux. */
|
||||
extern _X_EXPORT pid_t DetermineClientPid(struct _Client *client);
|
||||
extern _X_EXPORT void DetermineClientCmd(pid_t, const char **cmdname,
|
||||
const char **cmdargs);
|
||||
|
||||
/* 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);
|
||||
|
||||
Reference in New Issue
Block a user