From 602ffff9bb22a27dc020630a884c101ad09e1990 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 29 Aug 1995 11:17:14 +0000 Subject: [PATCH] *** empty log message *** --- asn/Makefile | 4 ++-- asn/prt-ext.c | 9 ++++++++- include/proto.h | 8 +++++++- include/prt-ext.h | 4 +++- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/asn/Makefile b/asn/Makefile index a1bc5d8..ddbd223 100644 --- a/asn/Makefile +++ b/asn/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.19 1995-08-21 09:10:13 quinn Exp $ +# $Id: Makefile,v 1.20 1995-08-29 11:17:14 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include -I. @@ -12,7 +12,7 @@ DEFS=$(INCLUDE) LIB=$(LIBDIR)/libasn.a LIBS=-lodr -lasn PO = proto.o diagbib1.o zget.o prt-rsc.o prt-acc.o prt-exp.o prt-ext.o \ - prt-grs.o prt-exd.o + prt-grs.o prt-exd.o prt-dia.o CPP=$(CC) -E RANLIB=ranlib diff --git a/asn/prt-ext.c b/asn/prt-ext.c index f075073..769a30e 100644 --- a/asn/prt-ext.c +++ b/asn/prt-ext.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-ext.c,v $ - * Revision 1.3 1995-08-21 09:10:18 quinn + * Revision 1.4 1995-08-29 11:17:16 quinn + * *** empty log message *** + * + * Revision 1.3 1995/08/21 09:10:18 quinn * Smallish fixes to suppport new formats. * * Revision 1.2 1995/08/17 12:45:00 quinn @@ -41,6 +44,7 @@ int z_External(ODR o, Z_External **p, int opt) {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_extendedService, z_TaskPackage}, {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_itemOrder, z_ItemOrder}, + {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_diag1, z_DiagnosticFormat}, {-1, -1, -1, -1, 0} }; /* @@ -60,6 +64,9 @@ int z_External(ODR o, Z_External **p, int opt) {VAL_RESOURCE2, Z_External_resourceReport2}, {VAL_PROMPT1, Z_External_promptObject1}, {VAL_GRS1, Z_External_grs1}, + {VAL_EXTENDED, Z_External_extendedService}, + {VAL_ITEMORDER, Z_External_itemOrder}, + {VAL_DIAG1, Z_External_diag1}, {VAL_NONE, 0} }; diff --git a/include/proto.h b/include/proto.h index 19ef1d0..08a8e90 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.23 1995-08-21 09:10:36 quinn + * Revision 1.24 1995-08-29 11:17:43 quinn + * *** empty log message *** + * + * Revision 1.23 1995/08/21 09:10:36 quinn * Smallish fixes to suppport new formats. * * Revision 1.22 1995/08/17 12:45:14 quinn @@ -1148,6 +1151,8 @@ int z_Term(ODR o, Z_Term **p, int opt); int z_Specification(ODR o, Z_Specification **p, int opt); int z_Permissions(ODR o, Z_Permissions **p, int opt); int z_DiagRec(ODR o, Z_DiagRec **p, int opt); +int z_AttributeList(ODR o, Z_AttributeList **p, int opt); +int z_DefaultDiagFormat(ODR o, Z_DefaultDiagFormat **p, int opt); Z_APDU *zget_APDU(ODR o, enum Z_APDU_which which); #include @@ -1155,6 +1160,7 @@ Z_APDU *zget_APDU(ODR o, enum Z_APDU_which which); #include #include #include +#include #include diff --git a/include/prt-ext.h b/include/prt-ext.h index a714403..d7f2ddf 100644 --- a/include/prt-ext.h +++ b/include/prt-ext.h @@ -49,7 +49,8 @@ struct Z_External Z_External_promptObject1, Z_External_grs1, Z_External_extendedService, - Z_External_itemOrder + Z_External_itemOrder, + Z_External_diag1 } which; union { @@ -67,6 +68,7 @@ struct Z_External Z_GenericRecord *grs1; Z_TaskPackage *extendedService; Z_ItemOrder *itemOrder; + Z_DiagnosticFormat *diag1; } u; }; -- 1.7.10.4