summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/removeoverlap/removeoverlap.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/removeoverlap/removeoverlap.h b/src/removeoverlap/removeoverlap.h
index 2fb26e794..5b16e706b 100644
--- a/src/removeoverlap/removeoverlap.h
+++ b/src/removeoverlap/removeoverlap.h
@@ -1,6 +1,7 @@
-/**
+/** \file
* \brief Remove overlaps function
- *
+ */
+/*
* Authors:
* Tim Dwyer <tgdwyer@gmail.com>
*
@@ -12,6 +13,8 @@
#ifndef SEEN_REMOVEOVERLAP_H
#define SEEN_REMOVEOVERLAP_H
+#include <glib/gslist.h>
+
void removeoverlap(GSList const *items, double xGap, double yGap);
#endif // SEEN_REMOVEOVERLAP_H