[Commit] fontconfig/fontconfig fontconfig.h,1.43,1.44

James Su commit@keithp.com
Tue, 27 May 2003 18:34:40 -0700


Committed by: suzhe

Update of /local/src/CVS/fontconfig/fontconfig
In directory home.keithp.com:/tmp/cvs-serv32749/fontconfig

Modified Files:
	fontconfig.h 
Log Message:
Fix "contains" op for strings and langsets.


Index: fontconfig.h
===================================================================
RCS file: /local/src/CVS/fontconfig/fontconfig/fontconfig.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- fontconfig.h	2 May 2003 01:09:57 -0000	1.43
+++ fontconfig.h	28 May 2003 01:34:38 -0000	1.44
@@ -737,6 +737,12 @@
 int
 FcStrCmp (const FcChar8 *s1, const FcChar8 *s2);
 
+const FcChar8 *
+FcStrStrIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);
+
+const FcChar8 *
+FcStrStr (const FcChar8 *s1, const FcChar8 *s2);
+
 int
 FcUtf8ToUcs4 (const FcChar8 *src_orig,
 	      FcChar32	    *dst,