diff options
| author | 2009-02-08 16:56:07 +0000 | |
|---|---|---|
| committer | 2009-02-08 16:56:07 +0000 | |
| commit | 2841f55d4b78eeab30e42835e298ee5141ea09dc (patch) | |
| tree | e31584446e9eb8567a420bf7987c33d9eeb047ac /include | |
| parent | Apply patch for bug #704 from Darom, shun:affectopers option -- Thanks! (diff) | |
| download | inspircd++-2841f55d4b78eeab30e42835e298ee5141ea09dc.tar.gz inspircd++-2841f55d4b78eeab30e42835e298ee5141ea09dc.tar.bz2 inspircd++-2841f55d4b78eeab30e42835e298ee5141ea09dc.zip | |
Fix some stuff for nationalchars
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11058 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/hashcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index e650cbbe1..eaafef2c6 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -60,7 +60,7 @@ unsigned const char rfc_case_insensitive_map[256] = { * This is provided as a pointer so that modules can change it to their custom mapping tables, * e.g. for national character support. */ -extern unsigned const char *national_case_insensitive_map; +CoreExport extern unsigned const char *national_case_insensitive_map; /** Case insensitive map, ASCII rules. * That is; |
