comparison src/c/http.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 15767031950c
comparison
equal deleted inserted replaced
1137:a8921f5ef6bd 1138:b7118ffd32ae
208 } 208 }
209 209
210 done: 210 done:
211 uw_reset(ctx); 211 uw_reset(ctx);
212 } 212 }
213
214 return NULL;
213 } 215 }
214 216
215 static void help(char *cmd) { 217 static void help(char *cmd) {
216 printf("Usage: %s [-p <port>] [-t <thread-count>]\n", cmd); 218 printf("Usage: %s [-p <port>] [-t <thread-count>]\n", cmd);
217 } 219 }