]> code.citadel.org Git - citadel.git/commitdiff
comments
authorArt Cancro <ajc@citadel.org>
Sat, 27 Feb 1999 17:28:52 +0000 (17:28 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 27 Feb 1999 17:28:52 +0000 (17:28 +0000)
webcit/webserver.c

index 531229950a74e3356f02eeb487e45e26e326a2bf..48f874d830bb0874e0482bff227cdeee782e6187 100644 (file)
@@ -115,9 +115,7 @@ void client_write(int sock, char *buf, int nbytes)
 
 
 /*
- * cprintf()  ...   Send formatted printable data to the client.   It is
- *                  implemented in terms of client_write() but remains in
- *                  sysdep.c in case we port to somewhere without va_args...
+ * cprintf()  ...   Send formatted printable data to the client.
  */
 void cprintf(int sock, const char *format, ...) {   
         va_list arg_ptr;