diff options
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index ac91fbc1e..d23695f7f 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -52,5 +52,6 @@ extern "C" int parse_seabear_header(const char *filename, char **params, int pnr enum inertgas {N2, HE}; extern "C" double cache_value(int tissue, int timestep, enum inertgas gas); extern "C" void cache_insert(int tissue, int timestep, enum inertgas gas, double value); - +extern "C" void lock_planner(); +extern "C" void unlock_planner(); #endif // QTHELPER_H |