summaryrefslogtreecommitdiff
path: root/lib/core/c++/args.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/c++/args.hpp')
-rw-r--r--lib/core/c++/args.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/core/c++/args.hpp b/lib/core/c++/args.hpp
index 99c6172..01b4795 100644
--- a/lib/core/c++/args.hpp
+++ b/lib/core/c++/args.hpp
@@ -8,5 +8,9 @@ namespace lbm {
namespace sch {
using namespace saw::schema;
}
+
+saw::error_or<void> init_lbm_env(){
+ return saw::make_void();
+}
}
}