X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=include%2Fyaz%2Foid_util.h;h=efe4794b7a4ada546149f3fd0a3f56c8881bdad7;hb=e14b57aabd2bcdd5996d17778bf9055935d7b252;hp=c2ad6359388584709bbf09c0ce6f508810b8e606;hpb=6aa3a97ba632e1507ca00a98b8e45567e51e51e6;p=yaz-moved-to-github.git diff --git a/include/yaz/oid_util.h b/include/yaz/oid_util.h index c2ad635..efe4794 100644 --- a/include/yaz/oid_util.h +++ b/include/yaz/oid_util.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2013 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -46,8 +46,6 @@ typedef enum oid_proto PROTO_NOP=0, PROTO_Z3950, PROTO_SR, - PROTO_GENERAL, - PROTO_WAIS, PROTO_HTTP } oid_proto; @@ -103,6 +101,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab