From 6d520dafec98bb4ebb7e40bd5110a5cbe5ebb47e Mon Sep 17 00:00:00 2001 From: Aleksi Lindeman 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