X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fxmalloc.h;h=ba19c1fb86cb27c092154882bb2de62ad0b72409;hb=1179b3374af000f211421b038e748d1ab4357a7a;hp=be4b703db40e272cce3f1f21a6c21e14602bf54d;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755;p=yaz-moved-to-github.git diff --git a/include/yaz/xmalloc.h b/include/yaz/xmalloc.h index be4b703..ba19c1f 100644 --- a/include/yaz/xmalloc.h +++ b/include/yaz/xmalloc.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2012 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -57,7 +57,7 @@ YAZ_BEGIN_CDECL #define xstrndup(s, n) xstrndup_f(s, n, __FILE__, __LINE__) /** \brief utility macro which calls malloc_trav_f */ #define xmalloc_trav(s) xmalloc_trav_f(s, __FILE__, __LINE__) - + /** \brief realloc \param o buffer to be reallocated \param size size of buffer to be allocated