From 2ea885ffe9f44fada457b9cc8e169418c57f1bdb Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 16 Jul 2015 17:19:32 +0200 Subject: Refactor internal/filesystem.h Closes #198 --- src/lib/utils/filesystem.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/lib/utils/filesystem.h (limited to 'src/lib/utils/filesystem.h') diff --git a/src/lib/utils/filesystem.h b/src/lib/utils/filesystem.h new file mode 100644 index 000000000..6f9b5196e --- /dev/null +++ b/src/lib/utils/filesystem.h @@ -0,0 +1,20 @@ +/* +* (C) 2015 Jack Lloyd +* +* Botan is released under the Simplified BSD License (see license.txt) +*/ + +#ifndef BOTAN_UTIL_FILESYSTEM_H__ +#define BOTAN_UTIL_FILESYSTEM_H__ + +#include +#include +#include + +namespace Botan { + +BOTAN_DLL std::vector get_files_recursive(const std::string& dir); + +} + +#endif -- cgit v1.2.3