We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eed9d9 commit f0bc9bbCopy full SHA for f0bc9bb
os/osdep.h
@@ -64,11 +64,6 @@ SOFTWARE.
64
typedef struct _connectionInput *ConnectionInputPtr;
65
typedef struct _connectionOutput *ConnectionOutputPtr;
66
67
-struct _osComm;
68
-
69
-typedef int (*OsFlushFunc) (ClientPtr who, struct _osComm * oc, char *extraBuf,
70
- int extraCount);
71
72
typedef struct _osComm {
73
int fd;
74
ConnectionInputPtr input;
0 commit comments