mirror of https://github.com/adamdruppe/arsd.git
thanks Jeremy Baxter
This commit is contained in:
parent
74fe3159d7
commit
289835abf9
2
cgi.d
2
cgi.d
|
@ -5614,7 +5614,7 @@ version(fastcgi) {
|
||||||
int FCGX_HasSeenEOF(FCGX_Stream* stream);
|
int FCGX_HasSeenEOF(FCGX_Stream* stream);
|
||||||
c_int FCGX_FFlush(FCGX_Stream *stream);
|
c_int FCGX_FFlush(FCGX_Stream *stream);
|
||||||
|
|
||||||
int FCGX_OpenSocket(in char*, int);
|
int FCGX_OpenSocket(const char*, int);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue