summaryrefslogtreecommitdiffstats
path: root/utils.hpp
blob: 9b75a4068b8c1c806864579c269f10c710fb4c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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