]> sjero.net Git - wget/blobdiff - lib/xalloc.h
Check for idna.h in /usr/include/idn.
[wget] / lib / xalloc.h
index 0f6879f0127c4fa57b8a06470cec3f4091b29f28..d20dc459c1d06334aa419f20ec7cfa47e7a2f9b5 100644 (file)
@@ -1,7 +1,8 @@
 /* xalloc.h -- malloc with out-of-memory checking
 
    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+   1999, 2000, 2003, 2004, 2006, 2007, 2008, 2009 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
@@ -108,7 +109,7 @@ char *xstrdup (char const *str) ATTRIBUTE_MALLOC;
    void *xnmalloc (size_t n, size_t s) ATTRIBUTE_MALLOC;
    void *xnrealloc (void *p, size_t n, size_t s);
    void *x2nrealloc (void *p, size_t *pn, size_t s);
-   char *xcharalloc (size_t n) ATTRIBUTE_MALLOC;;
+   char *xcharalloc (size_t n) ATTRIBUTE_MALLOC;
 # endif
 
 # ifdef static_inline