upload tizen2.0 source
[framework/uifw/xorg/lib/libxfont.git] / include / X11 / fonts / pcf.h
old mode 100755 (executable)
new mode 100644 (file)
index a5fdbcd..ddce0a9
@@ -88,10 +88,10 @@ typedef struct _PCFTable {
 #define PCF_GLYPH_NAMES                    (1<<7)
 #define PCF_BDF_ACCELERATORS       (1<<8)
 
-extern int pcfReadFont ( FontPtr pFont, FontFilePtr file, 
+extern int pcfReadFont ( FontPtr pFont, FontFilePtr file,
                         int bit, int byte, int glyph, int scan );
 extern int pcfReadFontInfo ( FontInfoPtr pFontInfo, FontFilePtr file );
 extern int pcfWriteFont ( FontPtr pFont, FontFilePtr file );
-extern void pcfError ( const char *, ... );
+extern void pcfError ( const char *, ... ) _X_ATTRIBUTE_PRINTF(1, 2);
 
 #endif                         /* _PCF_H_ */