Added codefactor badge and fixed blank line issue.
This commit is contained in:
parent
a30d501e86
commit
c6b643835b
|
@ -1,6 +1,7 @@
|
|||
[](https://travis-ci.org/LiquidityC/breakhack)
|
||||
[](https://ci.appveyor.com/project/LiquidityC/breakhack)
|
||||
[](https://www.codacy.com/app/LiquidityC/breakhack?utm_source=github.com&utm_medium=referral&utm_content=LiquidityC/breakhack&utm_campaign=Badge_Grade)
|
||||
[](https://www.codefactor.io/repository/github/liquidityc/breakhack/overview/master)
|
||||
<!--[](https://scan.coverity.com/projects/liquidityc-breakhack)-->
|
||||
|
||||
Something in the ways of NETHACK
|
||||
|
|
|
@ -42,6 +42,5 @@ void linkedlist_each(LinkedList **head, void (*fun)(void*));
|
|||
void linkedlist_destroy(LinkedList **head);
|
||||
|
||||
unsigned int linkedlist_size(LinkedList *head);
|
||||
|
||||
|
||||
#endif // LINKEDLIST_H_
|
||||
|
|
Loading…
Reference in New Issue