Cleanup: move deco function declarations to deco.h

Another tiny step in making dive.h smaller: move function
declarations to deco.h if these functions are defined in deco.c
and don't directly concern dives.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-07-15 23:36:14 +02:00 committed by Dirk Hohndel
parent 16214e753a
commit 0136d76cf4
7 changed files with 22 additions and 19 deletions

View file

@ -12,6 +12,7 @@
#include <libxslt/transform.h>
#include "subsurface-string.h"
#include "deco.h"
#include "divesite.h"
#include "divelist.h"
#include "display.h"