mausezahn: move variable definitions from llist.h to llist.c
commit6f20cd366ea73b8b9cf49568e9b95cd79922daed
authorTobias Klauser <tklauser@distanz.ch>
Wed, 19 Aug 2020 11:13:34 +0000 (19 13:13 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 19 Aug 2020 11:16:51 +0000 (19 13:16 +0200)
treeba08741db5a9591fd2144b5eed65c33956ded6df
parent3178ceb8c7e0a94ed29bbd1e277f03bb0d5a3d44
mausezahn: move variable definitions from llist.h to llist.c

Move variable definitions to avoid "multiple definition of symbol"
linker errors with gcc-10.

Updates #216

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
staging/llist.c
staging/llist.h