X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Futil.hpp;h=2377f5fad27eb99a4975cd0c700bb14f437ab446;hb=8b1aea41996929289581cd25091af0e528e0019d;hp=26b9c1eefa67f7a97e12040a5dbf0b47e3f21149;hpb=6b53d99d063b40491100575eeaa4996303ef21f1;p=metaproxy-moved-to-github.git diff --git a/include/metaproxy/util.hpp b/include/metaproxy/util.hpp index 26b9c1e..2377f5f 100644 --- a/include/metaproxy/util.hpp +++ b/include/metaproxy/util.hpp @@ -169,6 +169,8 @@ namespace metaproxy_1 { operator WRBUF() const; size_t len(); const char *buf(); + const char *c_str(); + const char *c_str_null(); private: WRBUF m_wrbuf; };