X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=36be422da28464e3fbdeef0d836e7d21748c9110;hp=fcda11bf2a42270e4f548d289e13e4d2a0345d95;hb=65fc6d0e2ca1ebe2d5a949f382a70b93f02ba88f;hpb=97193c4445d3dca23f65c4b517801f148da5a512 diff --git a/include/yaz/proto.h b/include/yaz/proto.h index fcda11b..36be422 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2011 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: @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include @@ -130,7 +131,6 @@ typedef Z_External Z_DatabaseRecord; typedef struct Z_IOItemOrder Z_ItemOrder; YAZ_EXPORT Z_APDU *zget_APDU(ODR o, int which); -YAZ_EXPORT Z_Close *zget_Close (ODR o); /** \brief Performs "pretty" display of GRS-1 record to WRBUF */ YAZ_EXPORT void yaz_display_grs1(WRBUF wrbuf, Z_GenericRecord *r, int flags);