[Commit] fontconfig/fontconfig fcfreetype.h,1.6,1.7

Keith Packard commit at keithp.com
Sun Jul 20 11:14:50 PDT 2003


Committed by: keithp

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

Modified Files:
	fcfreetype.h 
Log Message:
Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND

Index: fcfreetype.h
===================================================================
RCS file: /local/src/CVS/fontconfig/fontconfig/fcfreetype.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fcfreetype.h	28 Mar 2003 17:08:35 -0000	1.6
+++ fcfreetype.h	20 Jul 2003 17:14:47 -0000	1.7
@@ -26,6 +26,8 @@
 #define _FCFREETYPE_H_
 #include <freetype/freetype.h>
 
+_FCFUNCPROTOBEGIN
+
 FT_UInt
 FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
 
@@ -40,5 +42,7 @@
 
 FcBool
 FcPatternAddFTFace (FcPattern *p, const char *object, const FT_Face f);
+
+_FCFUNCPROTOEND
 
 #endif




More information about the Commit mailing list