param attribute added

This commit is contained in:
7u83 2022-08-09 21:48:15 +02:00
parent fe16e62ef2
commit 0739d57aa6
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ struct cw_ElemHandler {
int (*mkkey)(const char *pkey, uint8_t*data, int len, char *dst);
int (*patch)(uint8_t *dst, void *data );
void * param;
};