shadowclients
struct shadowclients *next; /* link to more client inode numbers */
struct shadowclients *clients; /* a linked list of wads of clients */
clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc,
struct shadowclients *scc;
struct shadowclients *, int);
struct shadowclients *scc;
static struct shadowclients *
newshadowclient(struct shadowclients *prev)
struct shadowclients *rc;
rc = (struct shadowclients *)malloc(sizeof (*rc));
struct shadowclients *scc;
struct shadowclients *clients, *discard;