Skip to content
Snippets Groups Projects
Commit 03170a30 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] dap_list destroyer callback prototype argument naming clarification

parent 2d2fd970
No related branches found
No related tags found
No related merge requests found
Pipeline #51749 passed with stage
in 17 minutes and 8 seconds
......@@ -27,7 +27,7 @@ typedef struct __dap_list__ {
struct __dap_list__ *next, *prev;
} dap_list_t;
typedef void (*dap_callback_destroyed_t)(void *a_free_func);
typedef void (*dap_callback_destroyed_t)(void *a_list_data);
typedef int (*dap_callback_compare_t)(dap_list_t *a_list1, dap_list_t *a_list2);
typedef void *(*dap_callback_copy_t)(const void *a_data, void *a_user_arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment