#ifndef	_QUEUE_H
#define	_QUEUE_H

/* $Id$ */


char *Basename(char *);
void flush_queue(void);


#endif