]> git.wh0rd.org - fontconfig.git/commitdiff
Warning fix
authorMarc Aurele La France <tsi@ualberta.edu>
Thu, 1 Aug 2002 01:35:02 +0000 (01:35 +0000)
committerMarc Aurele La France <tsi@ualberta.edu>
Thu, 1 Aug 2002 01:35:02 +0000 (01:35 +0000)
fontconfig/fontconfig.h
src/fcint.h

index 2a87aa7ee8a315928078d55adc3f7ad689c3b9bd..faa0554c453dfafdfbebbf33d03952e3ecbef361 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.21 2002/07/11 02:47:50 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.23 2002/07/28 10:50:58 keithp Exp $
  *
  * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -201,6 +201,9 @@ typedef struct _FcStrSet    FcStrSet;
 
 _FCFUNCPROTOBEGIN
 
+FcBool
+FcDirCacheValid (const FcChar8 *cache_file);
+
 /* fcblanks.c */
 FcBlanks *
 FcBlanksCreate (void);
index d80e31243c7dc5325e380b373d0823561aaf317e..98228e81d2d2c771661758ef277c85e2bd3640bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/src/fcint.h,v 1.16 2002/07/06 23:47:44 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/src/fcint.h,v 1.21 2002/07/31 01:36:37 keithp Exp $
  *
  * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -360,9 +360,6 @@ FcBool
 FcGlobalCacheSave (FcGlobalCache    *cache,
                   const FcChar8    *cache_file);
 
-FcBool
-FcDirCacheValid (const FcChar8 *cache_file);
-
 FcBool
 FcDirCacheReadDir (FcFontSet *set, FcStrSet *dirs, const FcChar8 *dir);