Skip to content

Commit

Permalink
Add doxygen for fopt param of RzSearchFindBytesCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Feb 24, 2025
1 parent b414ce7 commit 041f911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librz/search/search_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ typedef bool (*RzSearchIsEmptyCallback)(void *user);
/**
* \brief A callback checking a chunk of bytes if it matches the search criteria.
*
* \param fopt The find() search options.
* \param user The private user data.
* \param address The address associated with the given bytes.
* \param buffer The bytes buffer.
Expand Down

0 comments on commit 041f911

Please sign in to comment.