summaryrefslogtreecommitdiff
path: root/cppuhelper/source/paths.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/paths.hxx')
-rw-r--r--cppuhelper/source/paths.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/cppuhelper/source/paths.hxx b/cppuhelper/source/paths.hxx
index fc6b0a38939d..bba083346b5e 100644
--- a/cppuhelper/source/paths.hxx
+++ b/cppuhelper/source/paths.hxx
@@ -22,6 +22,7 @@
#include "sal/config.h"
+namespace osl { class Directory; }
namespace rtl { class OUString; }
namespace cppu {
@@ -30,6 +31,10 @@ rtl::OUString get_this_libpath();
rtl::OUString getUnoIniUri();
+bool nextDirectoryItem(osl::Directory & directory, rtl::OUString * url);
+
+void decodeRdbUri(rtl::OUString * uri, bool * optional, bool * directory);
+
}
#endif