Add wrbuf.c_str() and wrbuf.c_str_null()
[metaproxy-moved-to-github.git] / include / metaproxy / util.hpp
index 26b9c1e..2377f5f 100644 (file)
@@ -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;
     };