The unified diff between revisions [f8099ac6..] and [f52979b5..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/datastor.h'

#
#
# patch "include/datastor.h"
#  from [3f6602fad0bcd817cc7934c9497648d14074070b]
#    to [eb8e66f9732a430b489f1da39ccf2dd500ac38c4]
#
============================================================
--- include/datastor.h	3f6602fad0bcd817cc7934c9497648d14074070b
+++ include/datastor.h	eb8e66f9732a430b489f1da39ccf2dd500ac38c4
@@ -34,6 +34,8 @@ class Data_Store

       bool operator==(const Data_Store&) const;

+      std::multimap<std::string, std::string> get_contents() const;
+
       std::multimap<std::string, std::string>
          search_with(const Matcher&) const;