From d5614b905be6d76803330c182930fc6f0f12a7c2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 9 Nov 2018 09:44:08 +0100 Subject: Append user to group if user already exists instead of throwing --- include/odhtdb/DataView.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/odhtdb/DataView.hpp b/include/odhtdb/DataView.hpp index 2f22d83..b71b378 100644 --- a/include/odhtdb/DataView.hpp +++ b/include/odhtdb/DataView.hpp @@ -3,6 +3,7 @@ #include "types.hpp" #include "Hash.hpp" #include +#include namespace odhtdb { @@ -14,6 +15,8 @@ namespace odhtdb bool operator == (const DataView &other) const; bool operator != (const DataView &other) const; + std::string toString() const; + void *data; usize size; }; -- cgit v1.2.3