1 /*
2  * queue.h - header file for queue.c
3  *
4  * Copyright 1993 Jeremy Nelson
5  * See the coypright file for more information
6  */
7 
8 #ifndef __queue_h__
9 #define __queue_h__
10 
11 	BUILT_IN_COMMAND(queuecmd);
12 
13 #endif
14