/* cque.h */ /* $Id: cque.h,v 1.2 1992/10/11 15:14:55 nils Exp $ */ typedef struct bque BQUE; struct bque { BQUE *next; dbref player; };