X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fxmalloc.h;h=2e8a38eb4568121939e931c62a3faa863c54f303;hb=ce627148dbba2878565b8d9da33f6b25f33da4bd;hp=4aa6d9a42868257630a68b2fdc2c06f86c5aaf05;hpb=29b3b3213c4c8ad38bab054b56f8b70f1b14d67a;p=yaz-moved-to-github.git diff --git a/include/yaz/xmalloc.h b/include/yaz/xmalloc.h index 4aa6d9a..2e8a38e 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-2009 Index Data. + * Copyright (C) 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