os: unexport ReadRequestFromClient()
Not used by any modules, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1790>
This commit is contained in:
parent
9b0c3c62f2
commit
effe8d66bd
|
@ -84,8 +84,6 @@ typedef struct _NewClientRec *NewClientPtr;
|
|||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
extern _X_EXPORT int ReadRequestFromClient(ClientPtr /*client */ );
|
||||
|
||||
extern _X_EXPORT int ReadFdFromClient(ClientPtr client);
|
||||
|
||||
extern _X_EXPORT int WriteFdToClient(ClientPtr client, int fd, Bool do_close);
|
||||
|
|
|
@ -42,5 +42,6 @@ const char *ClientAuthorized(struct _Client *client,
|
|||
char *auth_string);
|
||||
Bool AddClientOnOpenFD(int fd);
|
||||
void ListenOnOpenFD(int fd, int noxauth);
|
||||
int ReadRequestFromClient(struct _Client *client);
|
||||
|
||||
#endif /* _XSERVER_DIX_CLIENT_PRIV_H */
|
||||
|
|
Loading…
Reference in New Issue