summaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-07 07:52:55 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-07 07:52:55 -0700
commitd7cf3408e5d2f8c7f5ce25fa2b330cc3e75ff489 (patch)
treeed03b77b996476acff2ed848f107e4c0e75536e2 /core/qthelper.h
parent75762e5f16bf80c853ecda4fd57a16adcaa22926 (diff)
parent21cdc647121455a3dd5e3e1dc76c2294fd017369 (diff)
downloadsubsurface-d7cf3408e5d2f8c7f5ce25fa2b330cc3e75ff489.tar.gz
Merge branch 'seabear-refactor'
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r--core/qthelper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/qthelper.h b/core/qthelper.h
index e0e4da0c5..ff91b771a 100644
--- a/core/qthelper.h
+++ b/core/qthelper.h
@@ -47,5 +47,7 @@ extern "C" void subsurface_mkdir(const char *dir);
void init_proxy();
QString getUUID();
QStringList imageExtensionFilters();
+char *intdup(int index);
+extern "C" int parse_seabear_header(const char *filename, char **params, int pnr);
#endif // QTHELPER_H