]> git.wh0rd.org - fontconfig.git/blobdiff - fontconfig/fontconfig.h
Revert "Remove fcprivate.h, move the remaining macros to fcint.h."
[fontconfig.git] / fontconfig / fontconfig.h
index 234064082cdb9df3b35632ff65db3c3df74f55a0..37d6652d2c8cd49bf87c3ae6cd164030b092dfed 100644 (file)
@@ -53,7 +53,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       4
-#define FC_REVISION    91
+#define FC_REVISION    92
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
 
@@ -551,6 +551,12 @@ FcPublic FcBool
 FcInitBringUptoDate (void);
 
 /* fclang.c */
+FcPublic FcStrSet *
+FcGetLangs (void);
+
+FcPublic const FcCharSet *
+FcLangGetCharSet (const FcChar8 *lang);
+
 FcPublic FcLangSet*
 FcLangSetCreate (void);