diff options
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qthelper.h b/qthelper.h index f5457b1a9..a2b7b6c39 100644 --- a/qthelper.h +++ b/qthelper.h @@ -130,5 +130,6 @@ bool parseGpsText(const QString &gps_text, double *latitude, double *longitude); QByteArray getCurrentAppState(); void setCurrentAppState(QByteArray state); extern "C" bool in_planner(); +extern "C" void subsurface_mkdir(const char *dir); #endif // QTHELPER_H |