Commit 9340e291 authored by Max Kellermann's avatar Max Kellermann

imported list.h from the Linux kernel sources

linux/list.h is a nice doubly linked list library - it is lightweight and powerful at the same time. It will be useful later, when we begin to allocate client structures dynamically. Import it, and strip out all the stuff which we are not going to use.
parent bc1c8835
...@@ -55,6 +55,7 @@ mpd_headers = \ ...@@ -55,6 +55,7 @@ mpd_headers = \
inputStream_http_auth.h \ inputStream_http_auth.h \
interface.h \ interface.h \
list.h \ list.h \
dlist.h \
listen.h \ listen.h \
log.h \ log.h \
ls.h \ ls.h \
......
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment