scheduler: fix FCGI build

This commit is contained in:
David Anderson 2014-07-26 10:25:59 -07:00
parent 49c49c6db8
commit 3d447b02b6
1 changed files with 2 additions and 2 deletions

View File

@ -132,6 +132,8 @@ void COPROC::write_request(MIOFILE& f) {
);
}
#endif
int COPROC::parse(XML_PARSER& xp) {
char buf[256];
strcpy(type, "");
@ -161,8 +163,6 @@ int COPROC::parse(XML_PARSER& xp) {
return ERR_XML_PARSE;
}
#endif
void COPROCS::summary_string(char* buf, int len) {
char buf2[1024];