From 4443923c16260ab0c3180fc98a6969a3bf3e1af3 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 30 May 1995 10:15:49 +0000 Subject: [PATCH] Added our implementor's ID --- asn/zget.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/asn/zget.c b/asn/zget.c index 71477d0..63c4b95 100644 --- a/asn/zget.c +++ b/asn/zget.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zget.c,v $ - * Revision 1.1 1995-05-22 11:30:20 quinn + * Revision 1.2 1995-05-30 10:15:49 quinn + * Added our implementor's ID + * + * Revision 1.1 1995/05/22 11:30:20 quinn * Adding Z39.50-1992 stuff to proto.c. Adding zget.c * * @@ -27,7 +30,7 @@ Z_InitRequest *zget_InitRequest(ODR o) r->maximumRecordSize = odr_malloc(o, sizeof(int)); *r->maximumRecordSize = 30*1024; r->idAuthentication = 0; - r->implementationId = "YAZ"; + r->implementationId = "YAZ (id=81)"; r->implementationName = "Index Data/YAZ"; r->implementationVersion = YAZ_VERSION; r->userInformationField = 0; -- 1.7.10.4