Skip to content

Commit

Permalink
Merge pull request #216 from emaste/develop
Browse files Browse the repository at this point in the history
Update declaration for function with no arguments
  • Loading branch information
wtoorop authored Jul 12, 2024
2 parents bc751c1 + bea9430 commit 07f327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edns.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ldns_edns_free(ldns_edns_option *edns)
}

ldns_edns_option_list*
ldns_edns_option_list_new()
ldns_edns_option_list_new(void)
{
ldns_edns_option_list *option_list = LDNS_MALLOC(ldns_edns_option_list);
if(!option_list) {
Expand Down

0 comments on commit 07f327d

Please sign in to comment.