Add support for privately defined extended service, xml update, with
[yaz-moved-to-github.git] / include / yaz / oid.h
index 88d4ee0..ffc2b73 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995-2003, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  *
  * 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.23 2004-12-22 23:45:13 adam Exp $
+ * $Id: oid.h,v 1.25 2005-06-06 10:29:33 adam Exp $
  */
 
 /**
@@ -230,6 +230,7 @@ typedef enum oid_value
 
     VAL_MARC21FIN,
     VAL_CHARNEG4,
+    VAL_XMLUPDATE,
 
 /* VAL_DYNAMIC must have highest value */
     VAL_DYNAMIC,