feat(lander): implement placeholder keys
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Jef Roosens 2024-08-28 22:39:51 +02:00
parent 4d9dfff27e
commit 3952496378
Signed by: Jef Roosens
GPG key ID: 02D4C0997E74717B
7 changed files with 123 additions and 14 deletions

View file

@ -56,7 +56,8 @@ lsm_error lsm_entry_attr_get_uint8_t(uint8_t *out, lsm_entry_handle *handle,
uint8_t type);
/**
* Add a new attribute to the entry.
* Add a new attribute to the entry. This overwrites an existing version of this
* attribute.
*
* @param entry entry to modify
* @param type type of attribute to add