X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-exd.h;h=dd3d5f498fc9cd4b456dc69e05eb8e53cbb231f0;hb=d6c907d206f3afa05de6cab2de81734946c24daf;hp=a4713120d84b9025fe4589047c0faf31720ec2e9;hpb=fa86345c14168c451f8c76b71309b27230bfee44;p=yaz-moved-to-github.git diff --git a/include/prt-exd.h b/include/prt-exd.h index a471312..dd3d5f4 100644 --- a/include/prt-exd.h +++ b/include/prt-exd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, Index Data. + * Copyright (c) 1995-1998, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -54,7 +54,7 @@ typedef struct Z_TaskPackage Z_External *taskSpecificParameters; } Z_TaskPackage; -int z_TaskPackage(ODR o, Z_TaskPackage **p, int opt); +int z_TaskPackage(ODR o, Z_TaskPackage **p, int opt, const char *name); /* ----------------------- ITEM ORDER ------------------------- */ @@ -147,7 +147,7 @@ typedef struct Z_ItemOrder } u; } Z_ItemOrder; -int z_ItemOrder(ODR o, Z_ItemOrder **p, int opt); +int z_ItemOrder(ODR o, Z_ItemOrder **p, int opt, const char *name); /* ----------------------- ITEM UPDATE ------------------------ */ @@ -259,7 +259,7 @@ typedef struct Z_IUUpdate } u; } Z_IUUpdate; -YAZ_EXPORT int z_IUUpdate(ODR o, Z_IUUpdate **p, int opt); +YAZ_EXPORT int z_IUUpdate(ODR o, Z_IUUpdate **p, int opt, const char *name); #ifdef __cplusplus }