aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift_millimeters_to_pixels.c
diff options
context:
space:
mode:
Diffstat (limited to 'libskrift_millimeters_to_pixels.c')
-rw-r--r--libskrift_millimeters_to_pixels.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libskrift_millimeters_to_pixels.c b/libskrift_millimeters_to_pixels.c
new file mode 100644
index 0000000..531a775
--- /dev/null
+++ b/libskrift_millimeters_to_pixels.c
@@ -0,0 +1,4 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+
+extern inline double libskrift_inches_to_pixels(double inches, const struct libskrift_rendering *rendering);