summaryrefslogtreecommitdiff
path: root/fc-glyphname
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-03-03 18:19:04 +0000
committerPatrick Lam <plam@MIT.EDU>2006-03-03 18:19:04 +0000
commitead55be0eddcaa60ed3f7147091ada276e891ed9 (patch)
tree6b5508233b3be7fa6b0ccc5e737175e5b90babf6 /fc-glyphname
parentc003f5aec37e099d7f5a88d29cc4b2d5f1d002eb (diff)
downloadfontconfig-ead55be0eddcaa60ed3f7147091ada276e891ed9.tar.gz
More stub definitions and remove FcFileIsDir from fc-cat.
Diffstat (limited to 'fc-glyphname')
-rw-r--r--fc-glyphname/fc-glyphname.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/fc-glyphname/fc-glyphname.c b/fc-glyphname/fc-glyphname.c
index 47d86e3..31dff12 100644
--- a/fc-glyphname/fc-glyphname.c
+++ b/fc-glyphname/fc-glyphname.c
@@ -24,6 +24,16 @@
#include "fcint.h"
+/* stub definitions for declarations from fcint.h.. */
+int * _fcBankId = 0, * _fcBankIdx = 0;
+
+int
+FcCacheBankToIndexMTF (int bank)
+{
+ return 0;
+}
+/* end stub definitions */
+
static int
rawindex (const FcGlyphName *gn);