Go to the source code of this file.
Classes | |
| struct | dl_node |
| struct | dl_head |
Functions | |
| static struct dl_head * | dl_init (struct dl_head *h) |
| static struct dl_node * | dl_remove (struct dl_node *n) |
| static struct dl_node * | dl_insert_after (struct dl_node *p, struct dl_node *n) |
Definition at line 22 of file dllist.h.
Referenced by vbi_open().
Definition at line 31 of file dllist.h.
Referenced by vbi_del_handler().
1.6.3