diff options
Diffstat (limited to 'include/User.hpp')
-rw-r--r-- | include/User.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/User.hpp b/include/User.hpp new file mode 100644 index 0000000..471a5cc --- /dev/null +++ b/include/User.hpp @@ -0,0 +1,13 @@ +#pragma once + +#include <glibmm/ustring.h> +#include <odhtdb/Signature.hpp> + +namespace dchat +{ + struct User + { + const odhtdb::Signature::PublicKey publicKey; + Glib::ustring name; + }; +}
\ No newline at end of file |