12 lines
150 B
C
12 lines
150 B
C
#ifndef _QUEUE_H
|
|
#define _QUEUE_H
|
|
|
|
/* $Id: queue.h,v 1.3 2004/05/24 18:30:09 mbse Exp $ */
|
|
|
|
|
|
char *Basename(char *);
|
|
void flush_queue(void);
|
|
|
|
|
|
#endif
|