diff options
Diffstat (limited to 'kioslave/ftp/ftp.h')
-rw-r--r-- | kioslave/ftp/ftp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kioslave/ftp/ftp.h b/kioslave/ftp/ftp.h index b2ce56492..44f0bdc71 100644 --- a/kioslave/ftp/ftp.h +++ b/kioslave/ftp/ftp.h @@ -350,6 +350,11 @@ private: /** * Set the current working directory, but only if not yet current */ + bool ftpFileExists(const TQString& path); + + /** + * Set the current working directory, but only if not yet current + */ bool ftpFolder(const TQString& path, bool bReportError); /** |