Improve some naming for expansion is connected

This commit is contained in:
Willy-JL
2024-03-05 22:08:29 +00:00
parent 7a381a27ab
commit e79e49edc6
3 changed files with 5 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ typedef enum {
* @see expansion_worker_set_callback()
*
* @param[in,out] context pointer to a user-defined object.
* @param[in] reason reason for the callback.
*/
typedef void (*ExpansionWorkerCallback)(void* context, ExpansionWorkerCallbackReason reason);