list_sort
extern void list_sort(list_t *);
list_sort(&lwps);
list_sort(&users);
list_sort(&tasks);
list_sort(&projects);
list_sort(&zones);