From: Adam Dickmeiss Date: Tue, 1 Oct 2013 12:51:50 +0000 (+0200) Subject: Remove PROTO_SR, CS_SR, CS_Z3950 X-Git-Tag: v5.0.0~5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6cf32fafe48e17e937809e54edf5abc7451d557b Remove PROTO_SR, CS_SR, CS_Z3950 --- diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index 36c42e7..cea7db4 100644 --- a/include/yaz/comstack.h +++ b/include/yaz/comstack.h @@ -150,10 +150,6 @@ YAZ_EXPORT void cs_print_session_info(COMSTACK cs); #define CSBUFSIZE 7 #define CSLASTERROR CSBUFSIZE /* must be the value of last CS error */ -/* backwards compatibility */ -#define CS_SR PROTO_SR -#define CS_Z3950 PROTO_Z3950 - #define CS_FLAGS_BLOCKING 1 #define CS_FLAGS_NUMERICHOST 2 diff --git a/include/yaz/oid_util.h b/include/yaz/oid_util.h index efe4794..fc141d3 100644 --- a/include/yaz/oid_util.h +++ b/include/yaz/oid_util.h @@ -45,7 +45,6 @@ typedef enum oid_proto { PROTO_NOP=0, PROTO_Z3950, - PROTO_SR, PROTO_HTTP } oid_proto;