Reformated comments and long lines
[mmh] / uip / ftpsbr.c
index 8295546..fb306f4 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * ftpsbr.c -- simple FTP client library
- *
- * This code is Copyright (c) 2002, by the authors of nmh.  See the
- * COPYRIGHT file in the root directory of the nmh distribution for
- * complete copyright information.
- */
+** ftpsbr.c -- simple FTP client library
+**
+** This code is Copyright (c) 2002, by the authors of nmh.  See the
+** COPYRIGHT file in the root directory of the nmh distribution for
+** complete copyright information.
+*/
 
 #include <h/mh.h>
 #include <h/mime.h>
@@ -37,14 +37,15 @@ extern int v_verbose;
        connect ((fd), (struct sockaddr *) (sock), len)
 
 /*
- * prototypes
- */
+** prototypes
+*/
 int ftp_get (char *, char *, char *, char *, char *, char *, int, int);
-int ftp_trans (char *, char *, char *, char *, char *, char *, char *, int, int);
+int ftp_trans (char *, char *, char *, char *, char *, char *, char *,
+               int, int);
 
 /*
- * static prototypes
- */
+** static prototypes
+*/
 static int start_tcp_server (struct sockaddr_in *, int, int, int);
 static void _asnprintf (char *, int, char *, va_list);
 static int ftp_quit (void);