summaryrefslogtreecommitdiff
path: root/ident.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-11-05 10:07:33 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-11-05 10:07:33 -0800
commit0ca983a6bac03489fb0d2ad158114a811eb276a2 (patch)
treeb730601c46334c7f29606d783638859e5c704a1e /ident.h
parent8126d2b694f48cc8137be05705a125f7d02e7e12 (diff)
Add support for bzip2 compressed fonts if configured --with-bzip2
Diffstat (limited to 'ident.h')
-rw-r--r--ident.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ident.h b/ident.h
index 03933a3..c2063e5 100644
--- a/ident.h
+++ b/ident.h
@@ -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_ */