ListDictionary: added Remove_Head function
authorBernhard Miklautz <bmiklautz@thinstuff.at>
Tue, 15 Oct 2013 14:15:44 +0000 (16:15 +0200)
committerBernhard Miklautz <bmiklautz@thinstuff.at>
Tue, 15 Oct 2013 14:15:44 +0000 (16:15 +0200)
commit7c61b16da58e25069d66e7354c937b5f0ce3ec6d
tree4a32f860a0ad7f8b8293702f6e4b86c29287a49e
parent95bed71dbc06c1b1c1153da8bb6ad91966a52c78
ListDictionary: added Remove_Head function

ListDictionary_Remove_Head removed the first object from the dictionary
and returns it's value.
winpr/include/winpr/collections.h
winpr/libwinpr/utils/collections/ListDictionary.c
winpr/libwinpr/utils/test/TestListDictionary.c