mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 16:20:03 +01:00
os: unexport InsertFakeRequest()
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
ba665948f6
commit
189a70dfb2
2 changed files with 1 additions and 4 deletions
|
|
@ -86,10 +86,6 @@ typedef struct _NewClientRec *NewClientPtr;
|
||||||
|
|
||||||
extern _X_EXPORT int ReadFdFromClient(ClientPtr client);
|
extern _X_EXPORT int ReadFdFromClient(ClientPtr client);
|
||||||
|
|
||||||
extern _X_EXPORT Bool InsertFakeRequest(ClientPtr /*client */ ,
|
|
||||||
char * /*data */ ,
|
|
||||||
int /*count */ );
|
|
||||||
|
|
||||||
extern _X_EXPORT void ResetCurrentRequest(ClientPtr /*client */ );
|
extern _X_EXPORT void ResetCurrentRequest(ClientPtr /*client */ );
|
||||||
|
|
||||||
extern _X_EXPORT void FlushAllOutput(void);
|
extern _X_EXPORT void FlushAllOutput(void);
|
||||||
|
|
|
||||||
|
|
@ -44,5 +44,6 @@ Bool AddClientOnOpenFD(int fd);
|
||||||
void ListenOnOpenFD(int fd, int noxauth);
|
void ListenOnOpenFD(int fd, int noxauth);
|
||||||
int ReadRequestFromClient(struct _Client *client);
|
int ReadRequestFromClient(struct _Client *client);
|
||||||
int WriteFdToClient(struct _Client *client, int fd, Bool do_close);
|
int WriteFdToClient(struct _Client *client, int fd, Bool do_close);
|
||||||
|
Bool InsertFakeRequest(struct _Client *client, char *data, int count);
|
||||||
|
|
||||||
#endif /* _XSERVER_DIX_CLIENT_PRIV_H */
|
#endif /* _XSERVER_DIX_CLIENT_PRIV_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue