summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/test_ftpurl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/test_ftpurl.hxx')
-rw-r--r--ucb/source/ucp/ftp/test_ftpurl.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/ucb/source/ucp/ftp/test_ftpurl.hxx b/ucb/source/ucp/ftp/test_ftpurl.hxx
new file mode 100644
index 000000000000..1f7356a69017
--- /dev/null
+++ b/ucb/source/ucp/ftp/test_ftpurl.hxx
@@ -0,0 +1,8 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+extern int test_ftpurl(void);
+extern int test_ftpproperties(void);
+extern int test_ftpopen(void);
+extern int test_ftplist(void);
+extern int test_ftpparent(void);
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */