]> git.sur5r.net Git - openldap/blobdiff - libraries/liblunicode/ure/urestubs.c
Update copyright statements
[openldap] / libraries / liblunicode / ure / urestubs.c
index bafce091ded6a7dee28aac8d605d11c9e68c8edd..881e47ff7c0ac1f93b227d673998476e82ba715d 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*
@@ -49,7 +49,7 @@ ucs4_t _ure_tolower(ucs4_t c)
     return uctoupper(c);
 }
 
-static struct maskmap {
+static struct ucmaskmap {
        unsigned long mask1;
        unsigned long mask2;
 } masks[32] = {