]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcint.h
Add FcConfigReference() (#17124)
[fontconfig.git] / src / fcint.h
index 5798702bba977355f23d5bb8f4a199eefecc7585..370dd7e80fc7acc0a5476a787f85c2c7c5478c6b 100644 (file)
@@ -483,6 +483,8 @@ struct _FcConfig {
      */
     time_t     rescanTime;         /* last time information was scanned */
     int                rescanInterval;     /* interval between scans */
+
+    int                ref;                /* reference count */
 };
  
 extern FcPrivate FcConfig      *_fcConfig;