diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-01 15:24:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-01 15:24:15 +0000 |
commit | 1594f13a8e2316dea6b8901140d1bb14d92006c9 (patch) | |
tree | 5f275d2ee8904e2c113e6d37d137e403bc19c090 /app/mkfontscale/ident.h | |
parent | 373466e47aa854e25e28cd27bfa78d32cdfb13bb (diff) |
mkfontscale 1.0.6
Diffstat (limited to 'app/mkfontscale/ident.h')
-rw-r--r-- | app/mkfontscale/ident.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mkfontscale/ident.h b/app/mkfontscale/ident.h index 03933a39b..c2063e580 100644 --- a/app/mkfontscale/ident.h +++ b/app/mkfontscale/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_ */ |