X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxreadlink.h;h=401f980581a876a776732a19f0ab7196eb7d54fd;hb=f6ecfb210b3dcfd746e46a8a299b33e69193b75a;hp=9fcf836aefb774e2e3db01bb582f6a6396128fe0;hpb=402c474488000ea5ad3c8bd64442938dbe4f61ce;p=gnulib.git diff --git a/lib/xreadlink.h b/lib/xreadlink.h index 9fcf836ae..401f98058 100644 --- a/lib/xreadlink.h +++ b/lib/xreadlink.h @@ -1,6 +1,6 @@ /* readlink wrapper to return the link name in malloc'd storage - Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2004, 2007 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 @@ -20,4 +20,4 @@ /* Written by Jim Meyering */ #include -char *xreadlink (char const *, size_t); +char *xreadlink_with_size (char const *, size_t);