summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcfunc.hxx
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-10-15 08:21:19 +0000
committerAndreas Bille <abi@openoffice.org>2002-10-15 08:21:19 +0000
commitc4baeafbbf7f40dc17c04f6e9522d812da54da71 (patch)
tree41affdeafe66d354e594be3c3e4e23753630ec79 /ucb/source/ucp/ftp/ftpcfunc.hxx
parent40b51f98c4b2717d8369002b4c8719840727a5ee (diff)
#100904# mostly complete now
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcfunc.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcfunc.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpcfunc.hxx b/ucb/source/ucp/ftp/ftpcfunc.hxx
index a15c4abbb71c..d1652e7317f6 100644
--- a/ucb/source/ucp/ftp/ftpcfunc.hxx
+++ b/ucb/source/ucp/ftp/ftpcfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpcfunc.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: abi $ $Date: 2002-08-28 07:29:50 $
+ * last change: $Author: abi $ $Date: 2002-10-15 09:21:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,9 @@ extern "C" {
int ftp_write(void *buffer,size_t size,size_t nmemb,void *stream);
+
+ int file_write(void *buffer,size_t size,size_t nmemb,void *stream);
+
}