Cleanup: remove redundant prototypes from dive.h

A few of these prototypes were already in import-csv.h.
Put them in an 'extern "C" { ... }' block.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-09-28 12:09:18 +02:00 committed by Dirk Hohndel
parent 2e6df623bb
commit 3137fbe973
4 changed files with 10 additions and 4 deletions

View file

@ -3,6 +3,7 @@
#include "core/dive.h"
#include "core/divelist.h"
#include "core/file.h"
#include "core/import-csv.h"
#include "core/parse.h"
#include "core/qthelper.h"
#include "core/subsurface-string.h"