X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fnmem.h;h=8e9add0b2cd4e04ad61796bfe55488dc2c66cd4c;hb=ae1c6f1a0a5fb745b1a5fa315869161d7480c6f7;hp=d63bd270ddf15c0952bc7fa73a62689d0e26c503;hpb=861508216f18c9e932adf4b421b47bd8e4738327;p=yaz-moved-to-github.git diff --git a/include/yaz/nmem.h b/include/yaz/nmem.h index d63bd27..8e9add0 100644 --- a/include/yaz/nmem.h +++ b/include/yaz/nmem.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2007, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 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: @@ -24,7 +24,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: nmem.h,v 1.26 2007-11-14 21:03:59 adam Exp $ */ /** * \file @@ -125,16 +124,13 @@ YAZ_EXPORT void nmem_destroy(NMEM n); */ YAZ_EXPORT void *nmem_malloc(NMEM n, int size); -YAZ_EXPORT int yaz_errno(void); -YAZ_EXPORT void yaz_set_errno (int v); -YAZ_EXPORT void yaz_strerror(char *buf, int max); - YAZ_END_CDECL #endif /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab