From: Sebastian Hammer Date: Mon, 3 Jun 1996 09:46:03 +0000 (+0000) Subject: Added OID type. X-Git-Tag: YAZ.1.8~738 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=59e8e36fa1b1e39a605a22ab2de0ac219ea481e8 Added OID type. --- diff --git a/include/data1.h b/include/data1.h index 2d4b802..25479fa 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.14 1996-05-09 07:27:11 quinn + * Revision 1.15 1996-06-03 09:46:03 quinn + * Added OID type. + * + * Revision 1.14 1996/05/09 07:27:11 quinn * Multiple local values supported. * * Revision 1.13 1996/02/20 16:32:48 quinn @@ -314,7 +317,8 @@ typedef struct data1_node DATA1I_inctxt, /* text inclusion */ DATA1I_incbin, /* binary data inclusion */ DATA1I_text, /* text data */ - DATA1I_num /* numerical data */ + DATA1I_num, /* numerical data */ + DATA1I_oid /* object identifier */ } what; int formatted_text; /* newlines are significant */ int len;