urandom_entropy_src: add service method prototype
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-02 07:46:28 +01:00
parent 64d7a389ad
commit 78fc8ee9c0
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -36,6 +36,8 @@ public:
}
}
auto urandom_entropy_src_service() -> int;
private:
static std::vector<char> bytes[max_event_length];
};