summaryrefslogtreecommitdiff
path: root/include/X11/fonts/pcf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/fonts/pcf.h')
-rw-r--r--include/X11/fonts/pcf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/X11/fonts/pcf.h b/include/X11/fonts/pcf.h
index 57f739d..c627bf8 100644
--- a/include/X11/fonts/pcf.h
+++ b/include/X11/fonts/pcf.h
@@ -27,7 +27,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/lib/font/bitmap/pcf.h,v 1.4 2001/12/14 19:56:47 dawes Exp $ */
+/* $XFree86: xc/lib/font/bitmap/pcf.h,v 1.5 2003/11/18 01:17:04 dawes Exp $ */
/*
* Author: Keith Packard, MIT X Consortium
@@ -95,5 +95,6 @@ extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file );
extern int pmfReadFont ( FontPtr pFont, FontFilePtr file,
int bit, int byte, int glyph, int scan );
extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file );
+extern void pcfError ( const char *, ... );
#endif /* _PCF_H_ */