]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nls.h
add consts where appropriate in fs/nls/*
[linux-2.6-omap-h63xx.git] / include / linux / nls.h
index 816c04ad73819aecc9bab033ccc8b86d2ba435c8..6a882208301a823b7c39ea7f6a0cd813632c953a 100644 (file)
@@ -7,13 +7,13 @@
 typedef __u16 wchar_t;
 
 struct nls_table {
-       char *charset;
-       char *alias;
+       const char *charset;
+       const char *alias;
        int (*uni2char) (wchar_t uni, unsigned char *out, int boundlen);
        int (*char2uni) (const unsigned char *rawstring, int boundlen,
                         wchar_t *uni);
-       unsigned char *charset2lower;
-       unsigned char *charset2upper;
+       const unsigned char *charset2lower;
+       const unsigned char *charset2upper;
        struct module *owner;
        struct nls_table *next;
 };