diff options
Diffstat (limited to 'subsurface-core/qthelper.h')
-rw-r--r-- | subsurface-core/qthelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/qthelper.h b/subsurface-core/qthelper.h index a2b7b6c39..5fbc6dbe4 100644 --- a/subsurface-core/qthelper.h +++ b/subsurface-core/qthelper.h @@ -131,5 +131,6 @@ QByteArray getCurrentAppState(); void setCurrentAppState(QByteArray state); extern "C" bool in_planner(); extern "C" void subsurface_mkdir(const char *dir); +void init_proxy(); #endif // QTHELPER_H |