summaryrefslogtreecommitdiff
path: root/src/libpiano/list.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-07piano: Generic linked listsLars-Dominik Braun1-0/+112
Introduces generic linked list structure and functions (like append, delete, …). Removes a lot of copy&pasted code and improves code readability/reusability. Heads up: This change breaks libpiano’s ABI.