diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-11-05 10:07:33 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-11-05 10:07:33 -0800 |
commit | 0ca983a6bac03489fb0d2ad158114a811eb276a2 (patch) | |
tree | b730601c46334c7f29606d783638859e5c704a1e /ident.h | |
parent | 8126d2b694f48cc8137be05705a125f7d02e7e12 (diff) |
Add support for bzip2 compressed fonts if configured --with-bzip2
Diffstat (limited to 'ident.h')
-rw-r--r-- | ident.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,6 @@ #ifndef _MKS_IDENT_H_ #define _MKS_IDENT_H_ 1 -int bitmapIdentify(char *filename, char **xlfd); +int bitmapIdentify(const char *filename, char **xlfd); #endif /* _MKS_IDENT_H_ */ |