X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcasecmp.h;h=6e0af9126c649cfeebe4db5e9f5c555af06d9f57;hb=d4cecf1ee37f6b611ef092c9c7fa3761d02ce2c3;hp=78a9e68abfe21f467f9eb7f5e407e6098dc8957c;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/memcasecmp.h b/lib/memcasecmp.h index 78a9e68ab..6e0af9126 100644 --- a/lib/memcasecmp.h +++ b/lib/memcasecmp.h @@ -1,6 +1,6 @@ /* Case-insensitive buffer comparator. - Copyright (C) 1996, 1998, 2003, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 2003, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,4 +19,4 @@ #include -int memcasecmp (const void *vs1, const void *vs2, size_t n); +int memcasecmp (const void *vs1, const void *vs2, size_t n) _GL_ATTRIBUTE_PURE;