11 lines
81 B
C
11 lines
81 B
C
#ifndef _QUEUE_H
|
|
#define _QUEUE_H
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
void flush_queue(void);
|
|
|
|
|
|
#endif
|