X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fftpsbr.c;h=fb306f47dc30f3913129d70037005df4d612c77e;hp=82955461aed9542883372536d0b5efc02526b11c;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/uip/ftpsbr.c b/uip/ftpsbr.c index 8295546..fb306f4 100644 --- a/uip/ftpsbr.c +++ b/uip/ftpsbr.c @@ -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 #include @@ -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);