X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Foid_db.h;h=4e208e954cf6c47ae5e23ae68aa09e6e19750672;hb=96c68285e01bfb51a4d03cede9dd1a673c854d30;hp=0903b23520164ebc239ff1dc7b1766f12e49b54c;hpb=be821514c869d68186361b5aab6bbfd1aa60e087;p=yaz-moved-to-github.git diff --git a/include/yaz/oid_db.h b/include/yaz/oid_db.h index 0903b23..4e208e9 100644 --- a/include/yaz/oid_db.h +++ b/include/yaz/oid_db.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: oid_db.h,v 1.2 2007-04-12 20:47:27 adam Exp $ */ +/* $Id: oid_db.h,v 1.4 2007-04-16 08:43:08 adam Exp $ */ /** * \file oid_db.h @@ -162,7 +162,27 @@ int yaz_oid_add(yaz_oid_db_t oid_db, int oclass, const char *name, #define OID_STR_ID_CHARSET "ID-Charset" #define OID_STR_CHARNEG_3 "CharSetandLanguageNegotiation-3" #define OID_STR_CHARNEG_4 "CharSetandLanguageNegotiation-4" - +#define OID_STR_VARIANT_1 "Variant-1" +#define OID_STR_SEARCH_RESULT_1 "searchResult-1" + +YAZ_EXPORT const int *yaz_oid_xml(void); +YAZ_EXPORT const int *yaz_oid_application_xml(void); +YAZ_EXPORT const int *yaz_oid_html(void); +YAZ_EXPORT const int *yaz_oid_sutrs(void); +YAZ_EXPORT const int *yaz_oid_opac(void); +YAZ_EXPORT const int *yaz_oid_grs1(void); +YAZ_EXPORT const int *yaz_oid_postscript(void); +YAZ_EXPORT const int *yaz_oid_explain(void); +YAZ_EXPORT const int *yaz_oid_extended(void); +YAZ_EXPORT const int *yaz_oid_summary(void); +YAZ_EXPORT const int *yaz_oid_get_usmarc(void); +YAZ_EXPORT const int *yaz_oid_soif(void); +YAZ_EXPORT const int *yaz_oid_attset_bib1(void); +YAZ_EXPORT const int *yaz_oid_diag1(void); +YAZ_EXPORT const int *yaz_oid_proxy(void); +YAZ_EXPORT const int *yaz_oid_cookie(void); +YAZ_EXPORT const int *yaz_oid_search_result_1(void); +YAZ_EXPORT const int *yaz_oid_variant1(void); YAZ_END_CDECL #endif