X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fexclude.h;h=74a798e9a1062d3694b293e7e930bceef619cbe8;hb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;hp=81f2fd1b61630d84de36d9cb06b3fafeac04be3d;hpb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;p=debian%2Ftar diff --git a/gnu/exclude.h b/gnu/exclude.h index 81f2fd1b..74a798e9 100644 --- a/gnu/exclude.h +++ b/gnu/exclude.h @@ -2,7 +2,7 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* exclude.h -- declarations for excluding file names - Copyright (C) 1992-1994, 1997, 1999, 2001-2003, 2005-2006, 2009-2011 Free + Copyright (C) 1992-1994, 1997, 1999, 2001-2003, 2005-2006, 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -41,7 +41,7 @@ struct exclude; -bool fnmatch_pattern_has_wildcards (const char *, int); +bool fnmatch_pattern_has_wildcards (const char *, int) _GL_ATTRIBUTE_PURE; struct exclude *new_exclude (void); void free_exclude (struct exclude *);