Version 1.7.0
[metaproxy-moved-to-github.git] / include / metaproxy / util.hpp
index a7a9c98..2377f5f 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Metaproxy.
-   Copyright (C) 2005-2013 Index Data
+   Copyright (C) Index Data
 
 Metaproxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -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;
     };