- commented console output for FTP progress

This commit is contained in:
Mark Vejvoda
2011-01-16 03:44:55 +00:00
parent b54faa93f9
commit 1cc5f8c70e
5 changed files with 27 additions and 2 deletions

View File

@@ -189,4 +189,7 @@ extern int ftpSelect(int poll);
extern int ftpGetPassivePort();
extern int ftpGetListenPort();
extern int getLastSocketError();
extern const char * getLastSocketErrorText(int *errNumber);
#endif /* FTP_H_ */