callback-cred: Document missing callback argument

This commit is contained in:
Tobias Brunner
2022-11-28 17:18:18 +01:00
parent 0fbdc9e925
commit 9fe093c4e2
@@ -29,6 +29,7 @@ typedef struct callback_cred_t callback_cred_t;
/** /**
* Callback function to get shared keys. * Callback function to get shared keys.
* *
* @param data data passed to the constructor
* @param type type of requested shared key * @param type type of requested shared key
* @param me own identity * @param me own identity
* @param other other identity * @param other other identity