about summary refs log tree commit diff
path: root/converter/other/pamtosvg/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtosvg/vector.h')
-rw-r--r--converter/other/pamtosvg/vector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/converter/other/pamtosvg/vector.h b/converter/other/pamtosvg/vector.h
index b3a5454e..b5c85c38 100644
--- a/converter/other/pamtosvg/vector.h
+++ b/converter/other/pamtosvg/vector.h
@@ -64,6 +64,10 @@ float_coord
 Vsubtract_point(float_coord const,
                 vector_type const);
 
+vector_type
+Pdirection(float_coord const final,
+           float_coord const initial);
+
 /* This returns the rounded sum.  */
 #define IPadd_vector Vadd_int_point