os: unexport ResetOsBuffers()
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
583dbe832d
commit
c9ee4245a2
|
@ -91,8 +91,6 @@ extern _X_EXPORT void SetCriticalOutputPending(void);
|
|||
extern _X_EXPORT int WriteToClient(ClientPtr /*who */ , int /*count */ ,
|
||||
const void * /*buf */ );
|
||||
|
||||
extern _X_EXPORT void ResetOsBuffers(void);
|
||||
|
||||
extern _X_EXPORT void NotifyParentProcess(void);
|
||||
|
||||
extern _X_EXPORT void CreateWellKnownSockets(void);
|
||||
|
|
|
@ -48,6 +48,7 @@ int WriteFdToClient(struct _Client *client, int fd, Bool do_close);
|
|||
Bool InsertFakeRequest(struct _Client *client, char *data, int count);
|
||||
void FlushAllOutput(void);
|
||||
void FlushIfCriticalOutputPending(void);
|
||||
void ResetOsBuffers(void);
|
||||
|
||||
/* exported only for DRI module, but should not be used by external drivers */
|
||||
_X_EXPORT void ResetCurrentRequest(struct _Client *client);
|
||||
|
|
Loading…
Reference in New Issue