X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fxmalloc.h;h=27bc1cefe4b73970bb10051a4dc6d172a54a3066;hp=f96cdd5d476af1725ee06e15e69f812d1b559b19;hb=0c46d2e66bdeea1600e700124a81a5d0a65d349e;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/include/yaz/xmalloc.h b/include/yaz/xmalloc.h index f96cdd5..27bc1ce 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-2011 Index Data. + * Copyright (C) 1995-2013 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