Skip to content

Commit

Permalink
jwt.h: Make decleration of jwt_exception_str() match jwt-validate.c
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Dec 30, 2024
1 parent 626685d commit 1815329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jwt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ int jwt_valid_set_headers(jwt_valid_t *jwt_valid, int hdr);
* set appropriately.
*/
JWT_EXPORT
char *jwt_exception_str(unsigned int exceptions);
char *jwt_exception_str(jwt_valid_exception_t exceptions);

/**
* @}
Expand Down

0 comments on commit 1815329

Please sign in to comment.