12 lines
105 B
C
12 lines
105 B
C
#ifndef _QUEUE_H
|
|
#define _QUEUE_H
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
char *Basename(char *);
|
|
void flush_queue(void);
|
|
|
|
|
|
#endif
|