summaryrefslogtreecommitdiffstats
path: root/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils.hpp')
-rw-r--r--utils.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils.hpp b/utils.hpp
new file mode 100644
index 0000000..9b75a40
--- /dev/null
+++ b/utils.hpp
@@ -0,0 +1,15 @@
+#pragma once
+
+#include <string>
+
+namespace blobs
+{
+
+/**
+ * @brief Given a path, find libraries (*.so only) and load them.
+ *
+ * @param[in] paths - list of fully qualified paths to libraries to load.
+ */
+void loadLibraries(const std::string& path);
+
+} // namespace blobs
OpenPOWER on IntegriCloud