+2006-03-03 Patrick Lam <plam@mit.edu>
+ * fc-cat/fc-cat.c (FcFileIsDir):
+ * fc-glyphname/fc-flyphname.c:
+
+ More stub definitions and remove FcFileIsDir from fc-cat.
+
2006-03-03 Patrick Lam <plam@mit.edu>
* fc-case/fc-case.c:
return FcFalse;
}
-FcBool
-FcFileIsDir (const FcChar8 *file)
-{
- struct stat statb;
-
- if (stat ((const char *) file, &statb) != 0)
- return FcFalse;
- return S_ISDIR(statb.st_mode);
-}
-
int
main (int argc, char **argv)
{
#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);