mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #12299 from pokgak/pr/credman_change_to_const_void
credman: change credman_buffer_t::s type to 'const void *'
This commit is contained in:
commit
cecdd579cb
@ -45,7 +45,7 @@ extern "C" {
|
||||
* @brief Buffer of the credential
|
||||
*/
|
||||
typedef struct {
|
||||
void *s; /**< Pointer to the buffer */
|
||||
const void *s; /**< Pointer to the buffer */
|
||||
size_t len; /**< Length of credman_buffer_t::s */
|
||||
} credman_buffer_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user