/* * queue.h: header for queue.c * * copyright(c) 1994 matthew green * * See the copyright file, or do a help ircii copyright * * @(#)$Id$ */ #ifndef QUEUE_H_ #define QUEUE_H_ void queuecmd (char *, char *, char *, char *); #endif /* QUEUE_H_ */