X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcasecmp.h;h=27ae3f7ef2f983f8554dc8fc452c4b2c3905c4a8;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=d2e14ac15f383bd77051a3c821c07fe1072e1e71;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/memcasecmp.h b/lib/memcasecmp.h index d2e14ac15..27ae3f7ef 100644 --- a/lib/memcasecmp.h +++ b/lib/memcasecmp.h @@ -1,6 +1,6 @@ /* Case-insensitive buffer comparator. - Copyright (C) 1996, 1998, 2003, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 2003, 2009-2013 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;