Coda Distributed File System
|
#include "dllist.h"
Functions | |
void | list_head_init (struct dllist_head *ptr) |
void | list_add (struct dllist_head *entry, struct dllist_head *head) |
void | list_del (struct dllist_head *entry) |
int | list_empty (struct dllist_head *head) |
void list_add | ( | struct dllist_head * | entry, |
struct dllist_head * | head | ||
) |
void list_del | ( | struct dllist_head * | entry | ) |
int list_empty | ( | struct dllist_head * | head | ) |
void list_head_init | ( | struct dllist_head * | ptr | ) |