Don't require a key when creating a new keyring.
There will be key setting/removal functions so the step of adding the keyring and setting a key on it can be done individually.
This commit is contained in:
committed by
Ryan Leavengood
parent
8775bd129d
commit
d4d6d12393
@@ -51,8 +51,7 @@ public:
|
||||
|
||||
// Keyrings
|
||||
|
||||
status_t AddKeyring(const char* keyring,
|
||||
const BKey& key);
|
||||
status_t AddKeyring(const char* keyring);
|
||||
status_t RemoveKeyring(const char* keyring);
|
||||
|
||||
status_t GetNextKeyring(uint32& cookie,
|
||||
|
||||
Reference in New Issue
Block a user