;
; cdll definition file for <name>
;

name "LinkList"
  version 1.00
  author "DeskLib"

; --- Exported symbols ---

exports
{
  LinkList_ListLength
  LinkList_Unlink
  LinkList_InList
  LinkList_InsertBefore
  LinkList_AddToTail
  LinkList_AddToHead
  LinkList_InsertAfter
}

; --- Object files ---

objects
{
  o.InList
  o.AddToHead
  o.AddToTail
  o.ListLength
  o.InsertB
  o.InsertA
  o.Unlink
}
