* Cleaned up the rcs/cvs Id tags and leading comments at the top of some files
[citadel.git] / webcit / locate_host.c
index 4bec272f62eec345c05d7cd77a27a1b879fe7e2c..923a68165ad003c1e600ace51e6c9e2b29090220 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * locate the originating host
+ * $Id$
+ *
+ * Examine a socket and determine the name/address of the originating host.
  */
 
 
@@ -24,9 +26,6 @@
 #include <signal.h>
 #include "webcit.h"
 
-
-
-
 void locate_host(char *tbuf, int client_socket)
 {
        struct sockaddr_in cs;