os: unexport ResetWellKnownSockets()
Not used by any modules (and not supposed to be), so should not be exported at all. 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
dd05532b38
commit
0d95b53a20
|
@ -91,8 +91,6 @@ extern _X_EXPORT void SetCriticalOutputPending(void);
|
||||||
extern _X_EXPORT int WriteToClient(ClientPtr /*who */ , int /*count */ ,
|
extern _X_EXPORT int WriteToClient(ClientPtr /*who */ , int /*count */ ,
|
||||||
const void * /*buf */ );
|
const void * /*buf */ );
|
||||||
|
|
||||||
extern _X_EXPORT void ResetWellKnownSockets(void);
|
|
||||||
|
|
||||||
extern _X_EXPORT void CloseWellKnownConnections(void);
|
extern _X_EXPORT void CloseWellKnownConnections(void);
|
||||||
|
|
||||||
typedef void (*NotifyFdProcPtr)(int fd, int ready, void *data);
|
typedef void (*NotifyFdProcPtr)(int fd, int ready, void *data);
|
||||||
|
|
|
@ -51,6 +51,7 @@ void FlushIfCriticalOutputPending(void);
|
||||||
void ResetOsBuffers(void);
|
void ResetOsBuffers(void);
|
||||||
void NotifyParentProcess(void);
|
void NotifyParentProcess(void);
|
||||||
void CreateWellKnownSockets(void);
|
void CreateWellKnownSockets(void);
|
||||||
|
void ResetWellKnownSockets(void);
|
||||||
|
|
||||||
/* exported only for DRI module, but should not be used by external drivers */
|
/* exported only for DRI module, but should not be used by external drivers */
|
||||||
_X_EXPORT void ResetCurrentRequest(struct _Client *client);
|
_X_EXPORT void ResetCurrentRequest(struct _Client *client);
|
||||||
|
|
Loading…
Reference in New Issue