X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Foid.h;h=efd18ed411edc02448820f02a2b2afe7fb8b4d0f;hb=c126b2a625462f95475f00efdfdf9ce41a0e9c79;hp=a99b6d8e31a114523bb8844c41abd2f77068d3ac;hpb=d205d4870b1d64af05e9d6f6a2223086af4cce9e;p=yaz-moved-to-github.git diff --git a/include/yaz/oid.h b/include/yaz/oid.h index a99b6d8..efd18ed 100644 --- a/include/yaz/oid.h +++ b/include/yaz/oid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1999, Index Data. + * Copyright (c) 1995-2000, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: oid.h,v 1.2 1999-12-16 23:36:19 adam Exp $ + * $Id: oid.h,v 1.4 2000-01-10 15:16:53 adam Exp $ */ #ifndef OID_H @@ -155,6 +155,19 @@ typedef enum oid_value VAL_COOKIE, VAL_CLIENT_IP, VAL_ISO_ILL_1, + VAL_ZBIG, + VAL_UTIL, + VAL_XD1, + VAL_ZTHES, + VAL_FIN1, + VAL_DAN1, + VAL_DIAG_ES, + VAL_DIAG_GENERAL, + VAL_JPMARC, + VAL_SWEMARC, + VAL_SIGLEMARC, + VAL_ISDSMARC, + VAL_RUSMARC, /* add new types here... */ /* VAL_DYNAMIC must have highest value */ @@ -183,6 +196,8 @@ YAZ_EXPORT void oid_setprivateoids(oident *list); YAZ_EXPORT struct oident *oid_addent (int *oid, enum oid_proto proto, enum oid_class oclass, const char *desc, int value); +YAZ_EXPORT void oid_init(void); +YAZ_EXPORT void oid_exit(void); #ifdef __cplusplus }