summaryrefslogtreecommitdiffstats
path: root/lib/libftp/FtpLogin.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libftp/FtpLogin.c')
-rw-r--r--lib/libftp/FtpLogin.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libftp/FtpLogin.c b/lib/libftp/FtpLogin.c
index 27e43ae..e066d55 100644
--- a/lib/libftp/FtpLogin.c
+++ b/lib/libftp/FtpLogin.c
@@ -2,9 +2,9 @@
Library for ftpd clients.(libftp)
Copyright by Oleg Orel
All rights reserved.
-
-This library is desined for free, non-commercial software creation.
-It is changeable and can be improved. The author would greatly appreciate
+
+This library is desined for free, non-commercial software creation.
+It is changeable and can be improved. The author would greatly appreciate
any advises, new components and patches of the existing programs.
Commercial usage is also possible with participation of it's author.
@@ -14,10 +14,10 @@ Commercial usage is also possible with participation of it's author.
#include "FtpLibrary.h"
-STATUS FtpLogin ( FTP ** con, char * host , char * user ,
+STATUS FtpLogin ( FTP ** con, char * host , char * user ,
char * password , char * account)
{
-
+
FtpAssert((*con),FtpConnect(con,host));
FtpAssert((*con),FtpUser((*con),user));
if (((*con)->errno)==230 )
OpenPOWER on IntegriCloud