mark as private at this moment

This commit is contained in:
Akira TAGOH 2015-06-12 11:30:01 +09:00
parent dbda117142
commit f6d61c9bee
2 changed files with 3 additions and 3 deletions

View File

@ -517,9 +517,6 @@ FcValuePrint (const FcValue v);
FcPublic void FcPublic void
FcPatternPrint (const FcPattern *p); FcPatternPrint (const FcPattern *p);
FcPublic void
FcPatternPrint2 (FcPattern *p1, FcPattern *p2, const FcObjectSet *os);
FcPublic void FcPublic void
FcFontSetPrint (const FcFontSet *s); FcFontSetPrint (const FcFontSet *s);

View File

@ -794,6 +794,9 @@ FcSubstPrint (const FcSubst *subst);
FcPrivate void FcPrivate void
FcCharSetPrint (const FcCharSet *c); FcCharSetPrint (const FcCharSet *c);
FcPrivate void
FcPatternPrint2 (FcPattern *p1, FcPattern *p2, const FcObjectSet *os);
extern FcPrivate int FcDebugVal; extern FcPrivate int FcDebugVal;
#define FcDebug() (FcDebugVal) #define FcDebug() (FcDebugVal)