comparison src/c/fastcgi.c @ 1138:b7118ffd32ae

Update Makefile.in's with new Autotools; add extra 'return NULL' to placate some -Wall
author Adam Chlipala <adamc@hcoop.net>
date Sat, 30 Jan 2010 11:21:26 -0500
parents b08b73591d2c
children 398ed1b89ee7
comparison
equal deleted inserted replaced
1137:a8921f5ef6bd 1138:b7118ffd32ae
476 close(in->sock); 476 close(in->sock);
477 done2: 477 done2:
478 fastcgi_input_reset(in); 478 fastcgi_input_reset(in);
479 uw_reset(ctx); 479 uw_reset(ctx);
480 } 480 }
481
482 return NULL;
481 } 483 }
482 484
483 static void help(char *cmd) { 485 static void help(char *cmd) {
484 printf("Usage: %s [-t <thread-count>]\n", cmd); 486 printf("Usage: %s [-t <thread-count>]\n", cmd);
485 } 487 }