]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Add FcPatternEqualSubset for Pango, clean up some internal FcPattern
[fontconfig.git] / src / fcint.h
index beaa7c9931633d81bf6727b37bda2530ab4c0c5f..d0dcf6a662a3c74fa3058fa4e76325894d3eb2fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/src/fcint.h,v 1.11 2002/05/31 04:42:42 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/src/fcint.h,v 1.12 2002/05/31 23:21:25 keithp Exp $
  *
  * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -470,7 +470,10 @@ void
 FcValueListDestroy (FcValueList *l);
     
 FcPatternElt *
-FcPatternFind (FcPattern *p, const char *object, FcBool insert);
+FcPatternFindElt (const FcPattern *p, const char *object);
+
+FcPatternElt *
+FcPatternInsertElt (FcPattern *p, const char *object);
 
 /* fcrender.c */