summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpurl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpurl.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx
index 511c29c3f0ce..b82adb3ab668 100644
--- a/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/ucb/source/ucp/ftp/ftpurl.hxx
@@ -126,7 +126,8 @@ namespace ftp {
// seeked to the beginning of.
oslFileHandle open() throw(curl_exception);
- FTPDirentry direntry() const throw(curl_exception);
+ FTPDirentry direntry() const
+ throw(curl_exception, malformed_exception);
void insert(bool ReplaceExisting,void* stream) const
throw(curl_exception);