dirTodoNode
static struct dirTodoNode *freedt;
static struct dirTodoNode *
struct dirTodoNode *dt;
if (!(dt = (struct dirTodoNode *)malloc(sizeof *dt)))
freeDirTodo(struct dirTodoNode *dt)
struct dirTodoNode *pendingDirectories = NULL;
struct dirTodoNode *p, *np;
struct dirTodoNode *n;
struct dirTodoNode *n = pendingDirectories->next;
static struct dirTodoNode *newDirTodo(void);
static void freeDirTodo(struct dirTodoNode *);
struct dirTodoNode *next;