X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Fproxyp.h;h=5ffc8e81f38be10e9f01f9f51fe6b94adf42b309;hp=c77ce5e1059ca8ab21ab977f1eeec2423738e214;hb=7fa984c171c65d05d34775c4533808793b2109cb;hpb=7b429cd9f6320f71b949f7e90270266b2f617c07 diff --git a/src/proxyp.h b/src/proxyp.h index c77ce5e..5ffc8e8 100644 --- a/src/proxyp.h +++ b/src/proxyp.h @@ -175,7 +175,7 @@ class Yaz_ProxyClient : public yazpp_1::Z_Assoc { yazpp_1::Yaz_Z_Databases m_last_databases; char *m_last_resultSetId; int m_last_ok; - int m_last_resultCount; + Odr_int m_last_resultCount; int m_sr_transform; int m_seqno; int m_waiting; @@ -204,6 +204,7 @@ class Yaz_ProxyClient : public yazpp_1::Z_Assoc { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab