summaryrefslogtreecommitdiffstats
path: root/core/qthelperfromc.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2017-08-29 11:41:30 +0200
committerGravatar Robert C. Helling <helling@atdotde.de>2017-11-25 20:13:01 +0100
commita9ceecc2e3646432d6688d04b592c48f9c63ae65 (patch)
treeb568677f20ab7be870f5e0ada75fc6e5cb11fe51 /core/qthelperfromc.h
parentbe6b50fce403ab6fd7d9b99167f57e4aa31d2a77 (diff)
downloadsubsurface-a9ceecc2e3646432d6688d04b592c48f9c63ae65.tar.gz
Run variations calculation in background
but there are still side effects and thus it crashes. Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/qthelperfromc.h')
-rw-r--r--core/qthelperfromc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/qthelperfromc.h b/core/qthelperfromc.h
index 44f67199e..fb308c5dd 100644
--- a/core/qthelperfromc.h
+++ b/core/qthelperfromc.h
@@ -26,5 +26,7 @@ enum inertgas {N2, HE};
double cache_value(int tissue, int timestep, enum inertgas gas);
void cache_insert(int tissue, int timestep, enum inertgas gas, double value);
void print_qt_versions();
+void lock_planner();
+void unlock_planner();
#endif // QTHELPERFROMC_H