Skip to content

Commit

Permalink
Mismatched fn annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
giridharprasath committed Sep 28, 2024
1 parent af1e995 commit b513c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/include/rz_rop.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ RZ_API RZ_NULLABLE RZ_OWN RzList /*<char *>*/ *rz_core_rop_handle_grep_args(RZ_N

// ROP Search Context APIs
RZ_API RZ_OWN RzRopSearchContext *rz_core_rop_search_context_new(RZ_NONNULL const RzCore *core, RZ_NULLABLE const char *greparg, bool regexp,
RzRopRequestMask mask, RZ_NONNULL RZ_BORROW RzCmdStateOutput *state);
RzRopRequestMask mask, RZ_NULLABLE RZ_BORROW RzCmdStateOutput *state);
RZ_API void rz_core_rop_search_context_free(RZ_NULLABLE RzRopSearchContext *context);

// ROP Constraint APIs
Expand Down

0 comments on commit b513c4c

Please sign in to comment.