summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Aurele La France <tsi@ualberta.edu>2002-08-01 01:35:02 +0000
committerMarc Aurele La France <tsi@ualberta.edu>2002-08-01 01:35:02 +0000
commitc2e9d0240b52adf9f0efd42a8be600f652086c32 (patch)
treeb0bfa2d1f5de262a2aa260ea58d86eb851981cf6
parent6fff2cda0ad09dfc84df2a70e95258b9dd28160b (diff)
downloadfontconfig-c2e9d0240b52adf9f0efd42a8be600f652086c32.tar.gz
Warning fix
-rw-r--r--fontconfig/fontconfig.h5
-rw-r--r--src/fcint.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index 2a87aa7..faa0554 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -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);
diff --git a/src/fcint.h b/src/fcint.h
index d80e312..98228e8 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -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.
*
@@ -361,9 +361,6 @@ FcGlobalCacheSave (FcGlobalCache *cache,
const FcChar8 *cache_file);
FcBool
-FcDirCacheValid (const FcChar8 *cache_file);
-
-FcBool
FcDirCacheReadDir (FcFontSet *set, FcStrSet *dirs, const FcChar8 *dir);
FcBool