summaryrefslogtreecommitdiffstats
path: root/src/marker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/marker.h')
-rw-r--r--src/marker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/marker.h b/src/marker.h
index 1fba52d36..ef8fcd583 100644
--- a/src/marker.h
+++ b/src/marker.h
@@ -89,5 +89,7 @@ NRArenaItem *sp_marker_show_instance (SPMarker *marker, NRArenaItem *parent,
unsigned int key, unsigned int pos,
NR::Matrix const &base, float linewidth);
void sp_marker_hide (SPMarker *marker, unsigned int key);
+const gchar *generate_marker (GSList *reprs, NR::Rect bounds, SPDocument *document, NR::Matrix transform, NR::Matrix move);
+
#endif