X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fodr.h;h=1546d68e79004832aaefc2b3329e64d8d837eaa0;hp=e1b0c0cb1552cf80914da6976080e18fed243615;hb=63aea810bb0d282daf5468eca9f5aa6a5611fc2e;hpb=a7ab1771fdb372874b190308cffd3517625b6c83 diff --git a/include/odr.h b/include/odr.h index e1b0c0c..1546d68 100644 --- a/include/odr.h +++ b/include/odr.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: odr.h,v $ - * Revision 1.17 1995-11-08 17:41:27 quinn + * Revision 1.18 1996-07-26 13:38:14 quinn + * Various smaller things. Gathered header-files. + * + * Revision 1.17 1995/11/08 17:41:27 quinn * Smallish. * * Revision 1.16 1995/11/01 13:54:36 quinn @@ -245,6 +248,7 @@ typedef struct odr int t_tag; int choice_bias; /* force choice */ + int lenlen; /* force length-of-lenght (odr_setlen()) */ FILE *print; /* output file for direction print */ int indent; /* current indent level for printing */ @@ -282,6 +286,7 @@ typedef struct odr_arm #define ODATA 8 #define OSTACK 9 #define OCONLEN 10 +#define OLENOV 11 extern char *odr_errlist[];