Skip to content

Commit

Permalink
make list_check2 static
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 17, 2024
1 parent 5892dbd commit c4c61a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/list.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ list_check(const struct list_head *h)
assert((h->tailnextp == &h->first) == (h->first == NULL));
}

void
static void
list_check2(const struct list_head *h, const void *elem0,
const struct list_entry *e0, bool elem0_on_list)
{
Expand Down

0 comments on commit c4c61a1

Please sign in to comment.