From 59e8e36fa1b1e39a605a22ab2de0ac219ea481e8 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Mon, 3 Jun 1996 09:46:03 +0000 Subject: [PATCH] Added OID type. --- include/data1.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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; -- 1.7.10.4