]> code.citadel.org Git - citadel.git/blobdiff - citadel/whobbs.c
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / whobbs.c
index a9106eba3088df4cb8ae3a295e55c22435f7f29d..95674a71efcbde48ef838cc705bffdfe7024d3d9 100644 (file)
@@ -1,4 +1,10 @@
-/* $Id$ */
+/*
+ * $Id$
+ * 
+ * Command-line "who is online?" utility
+ *
+ */
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
@@ -55,7 +61,7 @@ int main(int argc, char **argv)
         */     
        if (getenv("REQUEST_METHOD") != NULL) www = 1;
 
-       attach_to_server(argc,argv, hostbuf, portbuf);
+       attach_to_server(argc, argv, hostbuf, portbuf);
        serv_gets(buf);
        if ((buf[0]!='2')&&(strncmp(buf,"551",3))) {
                fprintf(stderr,"%s: %s\n",argv[0],&buf[4]);