summaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-fontconfig.h
blob: 79edab6617a54e5d8ea8709b4b5389adb0659a01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- texk/xdvik/fontconfig.h.orig	2015-07-19 18:49:42 UTC
+++ texk/xdvik/fontconfig.h
@@ -0,0 +1,11 @@
+
+#ifndef FONTCONFIG_H_
+#define FONTCONFIG_H_
+
+#ifdef	PTEX
+
+char *get_ptex_font_pathname(char *name);
+
+#endif /* PTEX */
+
+#endif /* FONTCONFIG_H_ */