X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmetaproxy%2Futil.hpp;h=2377f5fad27eb99a4975cd0c700bb14f437ab446;hb=88907efa4d22cad39f1545525c95289d8aa1226a;hp=26b9c1eefa67f7a97e12040a5dbf0b47e3f21149;hpb=b02df3fd0849c5222081013420c18f949c55f9c5;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; };