* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
[citadel.git] / webcit / webcit.c
index af6eedce4ab6dfc32b215927a370aee238f8131f..790c3e18105f0a9464ac9a6792a377392a4d188d 100644 (file)
@@ -1,11 +1,10 @@
 /*
- * webcit.c
+ * $Id$
  *
- * This is the actual program called by the webserver.  It maintains a
+ * This is the main transaction loop of the web service.  It maintains a
  * persistent session to the Citadel server, handling HTTP WebCit requests as
  * they arrive and presenting a user interface.
  *
- * $Id$
  */
 
 #include <ctype.h>