X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Ffnmatch.h;h=37a7faeaf0e2b728ebfa9cf6e6b21d42f3c3cd62;hp=ada4d57a917f06f8c41aabe7385dbb2a546c55f3;hb=b6bbc32e14f98a2d44a7656c8aefac3c69696d10;hpb=b65661a8799dde56661aa40c4e59a6d8213d521b diff --git a/src/fnmatch.h b/src/fnmatch.h index ada4d57a..37a7faea 100644 --- a/src/fnmatch.h +++ b/src/fnmatch.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with Wget; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef MTCH_H -#define MTCH_H +#ifndef FNMATCH_H +#define FNMATCH_H /* Bits set in the FLAGS argument to `fnmatch'. */ #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ @@ -32,4 +32,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ int fnmatch PARAMS ((const char *, const char *, int)); int has_wildcards_p PARAMS ((const char *)); -#endif /* MTCH_H */ +#endif /* FNMATCH_H */