libseat: Convert clients to linked_list

This commit is contained in:
Kenny Levinsen 2020-08-03 02:32:33 +02:00
parent fc7116ffad
commit e25688fed6
3 changed files with 21 additions and 11 deletions

View file

@ -70,7 +70,7 @@ add_project_arguments(
private_files = [
'common/connection.c',
'common/list.c',
'common/linked_list.c',
'common/log.c',
]