X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fxmalloc.h;h=7a8bd6e0e253e0a6e87e481e37505b73b79ac4bf;hb=8b2791efeb9e671fabf90c36c6828a5bf71c887b;hp=2ba02bd9ceedb16d5042ad4fa3e92e77745ac044;hpb=39f322672612cc6146a9a85fd32d2f8c325763da;p=yaz-moved-to-github.git diff --git a/include/yaz/xmalloc.h b/include/yaz/xmalloc.h index 2ba02bd..7a8bd6e 100644 --- a/include/yaz/xmalloc.h +++ b/include/yaz/xmalloc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,14 +23,17 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: xmalloc.h,v 1.3 2003-02-18 14:28:52 adam Exp $ + * $Id: xmalloc.h,v 1.6 2005-01-16 21:51:49 adam Exp $ + */ +/** + * \file xmalloc.h + * \brief Header for malloc interface. */ #ifndef XMALLOC_H #define XMALLOC_H -#include -#include +#include #include